Stray console log.

This commit is contained in:
Tim Schaub
2012-06-22 20:38:24 +02:00
parent 787f2ba979
commit cfe3f14777

View File

@@ -61,7 +61,6 @@ ol.control.Navigation.prototype.zoomMap = function(evt) {
delta = ((evt.deltaY / 3) | 0);
if (Math.abs(delta) > 0) {
map.setZoom(map.getZoom() - delta);
console.log(map.getZoom());
}
evt.preventDefault();
return false;