aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet')
-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,