aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Council.pm
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-11-14 11:52:22 +0000
committerDave Whiteland <dave@mysociety.org>2012-11-14 11:52:22 +0000
commit00b857f2c2079e9cb3b40f882641d6e68759d831 (patch)
treefbad78cd0e34c39152103182fcd376f5f7aedf8c /perllib/FixMyStreet/App/Controller/Council.pm
parent9bfeaf5027cfd89b3f65224c36c25a2112ed2768 (diff)
parent30c498353990e493be4332608243386a96e775ff (diff)
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Council.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Council.pm1
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;