diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-08-05 15:20:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-08-05 15:20:53 +0100 |
commit | 53900243fef332513f3e9a88c96322dec946fcb3 (patch) | |
tree | d0d1fab3b5694d1d1a9961e91aba483a842b7914 | |
parent | a1460425b567321e1fbdf9550aaafa5f962398d2 (diff) |
[Bucks] Remove unneeded Aylesbury postcode.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Buckinghamshire.pm | 4 |
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, |