diff options
author | Struan Donald <struan@exo.org.uk> | 2011-09-19 15:02:07 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-09-19 15:02:07 +0100 |
commit | dd82abb2c31d77fbd54799f08322ee074f46a160 (patch) | |
tree | 8a6bee808fd8ed77c624569732e90f2d0ea972d7 /bin/populate_bing_cache | |
parent | 948c93586af197c482c96c34899f578b2de56702 (diff) |
remove unneeded comments and workaround code
Diffstat (limited to 'bin/populate_bing_cache')
-rw-r--r-- | bin/populate_bing_cache | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/populate_bing_cache b/bin/populate_bing_cache index 50f7fc673..f61b4a4bd 100644 --- a/bin/populate_bing_cache +++ b/bin/populate_bing_cache @@ -18,11 +18,6 @@ while ( my $report = $reports->next ) { my $j = FixMyStreet::Geocode::Bing::reverse( $report->latitude, $report->longitude ); - # FIXME: something in this string causes RABX to read in 1 too many - # characters when pulling it back out the database and hence it explodes - # as it reads the ,. I have no idea why :( - $j->{copyright} = ''; - $report->geocode( $j ); $report->update; |