aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-09-19 15:02:07 +0100
committerStruan Donald <struan@exo.org.uk>2011-09-19 15:02:07 +0100
commitdd82abb2c31d77fbd54799f08322ee074f46a160 (patch)
tree8a6bee808fd8ed77c624569732e90f2d0ea972d7
parent948c93586af197c482c96c34899f578b2de56702 (diff)
remove unneeded comments and workaround code
-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;
# }