aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/populate_bing_cache5
-rw-r--r--perllib/FixMyStreet/Cobrand/Default.pm4
2 files changed, 0 insertions, 9 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;
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm
index e1bf196bd..283de7d75 100644
--- a/perllib/FixMyStreet/Cobrand/Default.pm
+++ b/perllib/FixMyStreet/Cobrand/Default.pm
@@ -592,10 +592,6 @@ sub find_closest_address_for_rss {
# if ( !$j ) {
# $j = FixMyStreet::Geocode::Bing::reverse( $latitude, $longitude, 1 );
- # # FIXME: work out why this does not work - see populate bing script for details
- # # bad data here
- # $j->{copyright} = '';
-
# $problem->geocode( $j );
# $problem->update;
# }