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 /perllib/FixMyStreet/Cobrand/Default.pm | |
parent | 948c93586af197c482c96c34899f578b2de56702 (diff) |
remove unneeded comments and workaround code
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 4 |
1 files changed, 0 insertions, 4 deletions
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; # } |