aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-08-05 15:20:53 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-08-05 15:20:53 +0100
commit53900243fef332513f3e9a88c96322dec946fcb3 (patch)
treed0d1fab3b5694d1d1a9961e91aba483a842b7914
parenta1460425b567321e1fbdf9550aaafa5f962398d2 (diff)
[Bucks] Remove unneeded Aylesbury postcode.
-rw-r--r--perllib/FixMyStreet/Cobrand/Buckinghamshire.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
index 4c1d0108b..bb4b76170 100644
--- a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
@@ -18,10 +18,6 @@ sub disambiguate_location {
my $town = 'Buckinghamshire';
- # The geocoder returns two results for 'Aylesbury', so force the better
- # result to be used.
- $town = "$town, HP20 2NH" if $string =~ /[\s]*aylesbury[\s]*/i;
-
return {
%{ $self->SUPER::disambiguate_location() },
town => $town,