Removing debug output.

This commit is contained in:
ahocevar
2012-06-22 19:48:05 +02:00
parent 7b41119bc9
commit 6b8000d963

View File

@@ -18,6 +18,6 @@
layers: [ol.layer.osm()],
center: [45, 5],
zoom: 10
}).getEvents().register("click", function() {console.log("mapclick")})
});
</script>
</html>