Removing stray console call.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9252 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -89,7 +89,6 @@
|
||||
map.addPopup(popup);
|
||||
}
|
||||
function onFeatureUnselect(event) {
|
||||
console.log(event);
|
||||
var feature = event.feature;
|
||||
if(feature.popup) {
|
||||
map.removePopup(feature.popup);
|
||||
|
||||
Reference in New Issue
Block a user