diff options
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; |