aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/UK.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-03-21 15:58:47 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-03-21 15:58:47 +0000
commitfaea7f9fb09b27b7a6bdb09b5023c736da957230 (patch)
treeeb68e4bb762d9ccff66213b6f82b91f4b38e7f31 /perllib/FixMyStreet/Cobrand/UK.pm
parentde4da66515c1a064590a3ae5192b4ed53db73930 (diff)
Ipswich/St Edmundsbury roads handled by Suffolk.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/UK.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/UK.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perllib/FixMyStreet/Cobrand/UK.pm b/perllib/FixMyStreet/Cobrand/UK.pm
index 854eadfe5..4c94fb34d 100644
--- a/perllib/FixMyStreet/Cobrand/UK.pm
+++ b/perllib/FixMyStreet/Cobrand/UK.pm
@@ -105,12 +105,6 @@ sub remove_redundant_areas {
my $self = shift;
my $all_areas = shift;
- # Ipswich & St Edmundsbury are responsible for everything in their
- # areas, not Suffolk
- delete $all_areas->{2241}
- if $all_areas->{2446} #
- || $all_areas->{2443};
-
# Norwich is responsible for everything in its areas, not Norfolk
delete $all_areas->{2233} #
if $all_areas->{2391};