diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-10-10 08:04:21 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-10-10 08:20:28 +0100 |
commit | 68e18ffea411f6f6fbb0b4424c6aa6c14fd8cd00 (patch) | |
tree | b5e8c636fcdf33f8682499556beb3ae082cfc587 /perllib/FixMyStreet/Script | |
parent | 865d2fc589ec4c43fea6c477b78986676eac745e (diff) |
[Oxfordshire] Remove raise defect/inspected code.
Diffstat (limited to 'perllib/FixMyStreet/Script')
-rw-r--r-- | perllib/FixMyStreet/Script/Reports.pm | 1 |
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 ) { |