aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-16 15:04:05 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-16 15:04:05 +0100
commita48756f51e0199bf09ce7cbd66c2fcd80acb05ad (patch)
tree3557adfe1ce53ca5697dbf5281755356dfd25ca3
parent7516b1cbd5a53e10301f127dff34ad9f3ea6f26c (diff)
remove unused variable
-rw-r--r--perllib/FixMyStreet/SendReport/Barnet.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/SendReport/Barnet.pm b/perllib/FixMyStreet/SendReport/Barnet.pm
index 1989cca41..72c279282 100644
--- a/perllib/FixMyStreet/SendReport/Barnet.pm
+++ b/perllib/FixMyStreet/SendReport/Barnet.pm
@@ -25,7 +25,6 @@ sub should_skip {
my $err_msg = "";
if ($problem->send_fail_count >= SEND_FAIL_RETRIES_CUTOFF) {
- $sending_skipped_by_method{$council_name || '?'}++;
$council_name &&= " to $council_name";
$err_msg = "skipped: problem id=" . $problem->id . " send$council_name has failed "
. $problem->send_fail_count . " times, cutoff is " . SEND_FAIL_RETRIES_CUTOFF;