From b1050175865fb97968f11c7691987e2bd4c87e99 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 10 Dec 2007 23:06:27 +0000 Subject: [PATCH] removing console call from example git-svn-id: http://svn.openlayers.org/trunk/openlayers@5370 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/custom-control.html | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/custom-control.html b/examples/custom-control.html index b6f1d58ccc..74aa724e49 100644 --- a/examples/custom-control.html +++ b/examples/custom-control.html @@ -33,7 +33,6 @@ }, notice: function (bounds) { - console.log(bounds); var ll = map.getLonLatFromPixel(new OpenLayers.Pixel(bounds.left, bounds.bottom)); var ur = map.getLonLatFromPixel(new OpenLayers.Pixel(bounds.right, bounds.top)); alert(ll.lon.toFixed(4) + ", " +