From d51ea434cae233acb2f4e1d7ad36f9fb159a0b9f Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 9 Apr 2009 19:01:22 +0000 Subject: [PATCH] Removing stray console call. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9252 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/sundials-spherical-mercator.html | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/sundials-spherical-mercator.html b/examples/sundials-spherical-mercator.html index 2e27566ed0..40929e4867 100644 --- a/examples/sundials-spherical-mercator.html +++ b/examples/sundials-spherical-mercator.html @@ -89,7 +89,6 @@ map.addPopup(popup); } function onFeatureUnselect(event) { - console.log(event); var feature = event.feature; if(feature.popup) { map.removePopup(feature.popup);