Removing stray console call.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9252 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-04-09 19:01:22 +00:00
parent 2e3f22809d
commit d51ea434ca

View File

@@ -89,7 +89,6 @@
map.addPopup(popup);
}
function onFeatureUnselect(event) {
console.log(event);
var feature = event.feature;
if(feature.popup) {
map.removePopup(feature.popup);