aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xweb/index.cgi6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/index.cgi b/web/index.cgi
index c1a034df7..8b6793d72 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -824,10 +824,6 @@ sub display_location {
$input_h{$key} = ent( $input{$key} );
}
- use Data::Dumper;
- local $Data::Dumper::Sortkeys = 1;
- warn Dumper( \%input );
-
my $latitude = $input{lat};
my $longitude = $input{lon};
@@ -866,8 +862,6 @@ sub display_location {
if ( ref($error) eq 'ARRAY' );
return front_page( $q, $error ) if $error;
}
-
- warn "lat: $latitude, lon: $longitude";
# Check this location is okay to be displayed for the cobrand
my ($success, $error_msg) = Cobrand::council_check($cobrand, { lat => $latitude, lon => $longitude }, $q, 'display_location');