aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Script/Reports.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-10-10 08:04:21 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-10-10 08:20:28 +0100
commit68e18ffea411f6f6fbb0b4424c6aa6c14fd8cd00 (patch)
treeb5e8c636fcdf33f8682499556beb3ae082cfc587 /perllib/FixMyStreet/Script/Reports.pm
parent865d2fc589ec4c43fea6c477b78986676eac745e (diff)
[Oxfordshire] Remove raise defect/inspected code.
Diffstat (limited to 'perllib/FixMyStreet/Script/Reports.pm')
-rw-r--r--perllib/FixMyStreet/Script/Reports.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Script/Reports.pm b/perllib/FixMyStreet/Script/Reports.pm
index ecd461cd9..59de86db1 100644
--- a/perllib/FixMyStreet/Script/Reports.pm
+++ b/perllib/FixMyStreet/Script/Reports.pm
@@ -159,7 +159,6 @@ sub send(;$) {
$reputation_threshold_met = $user_reputation >= $reputation_threshold;
}
unless (
- $row->get_extra_metadata('inspected') ||
$row->user->has_permission_to( trusted => $row->bodies_str_ids ) ||
$reputation_threshold_met
) {