diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-11-14 11:24:58 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-11-14 11:24:58 +0000 |
commit | 30c498353990e493be4332608243386a96e775ff (patch) | |
tree | ae053238d08250d191865b19e8138353fbe1192a /perllib/FixMyStreet/App/Controller/Council.pm | |
parent | 3175221ec8bed2cf0dab6b2709b88c786489111e (diff) |
Unneeded TODO; truncate_coordinate uses in_gb_locale.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Council.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Council.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Council.pm b/perllib/FixMyStreet/App/Controller/Council.pm index a6ce533e4..cb9e78421 100644 --- a/perllib/FixMyStreet/App/Controller/Council.pm +++ b/perllib/FixMyStreet/App/Controller/Council.pm @@ -52,7 +52,6 @@ sub load_and_check_councils : Private { my $short_latitude = Utils::truncate_coordinate($latitude); my $short_longitude = Utils::truncate_coordinate($longitude); - # TODO: I think we want in_gb_locale around the MaPit line, needs testing my $all_councils; if ( $c->stash->{fetch_all_areas} ) { my %area_types = map { $_ => 1 } @$area_types; |