diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-15 18:27:20 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-15 18:27:20 +0100 |
commit | 3ad190adf7bbbef21554e72e9ab0ebdfb3003e13 (patch) | |
tree | 15a51332b0c2d4757eb4d9f7b587667bdfac1589 /perllib/FixMyStreet | |
parent | 3b328617e89a689e0f7b1cc957a7d282308af736 (diff) | |
parent | 4a5db9ba96f454243dd952db34b279bbe664f766 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into new_statuses
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FiksGataMi.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm index 694e952f2..7fe27fd2e 100644 --- a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm +++ b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm @@ -196,7 +196,6 @@ sub reports_council_check { my @area_types = $c->cobrand->area_types; my $areas_k = mySociety::MaPit::call('areas', $kommune, type => \@area_types); my $areas_f = mySociety::MaPit::call('areas', $fylke, type => \@area_types); - use Data::Dumper; if (keys %$areas_f == 1) { ($fylke) = values %$areas_f; foreach (values %$areas_k) { |