diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-13 10:39:46 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-20 14:01:18 +0100 |
commit | c88225882f16eef4a2f3002ea448c00fbbcf3713 (patch) | |
tree | d90d62778c405a0f84c9fdd7100247b8ad8e4be8 /perllib/FixMyStreet/Geocode/Google.pm | |
parent | 0485616398282c41cac9b3c96d99a752b1839f1f (diff) |
Remove any Northern Ireland specific code.
Diffstat (limited to 'perllib/FixMyStreet/Geocode/Google.pm')
-rw-r--r-- | perllib/FixMyStreet/Geocode/Google.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Geocode/Google.pm b/perllib/FixMyStreet/Geocode/Google.pm index 0d568f8f1..db3a8ae91 100644 --- a/perllib/FixMyStreet/Geocode/Google.pm +++ b/perllib/FixMyStreet/Geocode/Google.pm @@ -62,9 +62,6 @@ sub string { if (!$js) { return { error => _('Sorry, we could not parse that location. Please try again.') }; - } elsif ($js =~ /BT\d/) { - # Northern Ireland, hopefully - return { error => _("We do not currently cover Northern Ireland, I'm afraid.") }; } $js = JSON->new->utf8->allow_nonref->decode($js); |