aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/SendReport
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-04-27 10:28:21 +0100
committerMatthew Somerville <matthew@mysociety.org>2016-04-27 10:28:21 +0100
commit500945197af56550dc5926278f9a8fa2e655162c (patch)
tree7fdbacf94ea5aebf53008f29a99fbd894f1e824e /perllib/FixMyStreet/SendReport
parent0246627c929f700a46c5065ac1f70fe14aa1ac03 (diff)
[UK] Remove West Berkshire temporary fix.
Diffstat (limited to 'perllib/FixMyStreet/SendReport')
-rw-r--r--perllib/FixMyStreet/SendReport/Open311.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/SendReport/Open311.pm b/perllib/FixMyStreet/SendReport/Open311.pm
index 5c7fa30f3..0581a7313 100644
--- a/perllib/FixMyStreet/SendReport/Open311.pm
+++ b/perllib/FixMyStreet/SendReport/Open311.pm
@@ -144,10 +144,6 @@ sub send {
$self->success( 1 );
} else {
$result *= 1;
- # temporary fix to resolve some issues with west berks
- if ( $row->bodies_str =~ /2619/ ) {
- $result *= 0;
- }
}
}