Removing console.log line

This commit is contained in:
ahocevar
2012-10-11 23:59:17 +02:00
parent 7df5e3ca8e
commit f78d127b1c

View File

@@ -552,7 +552,6 @@
map.pan(260, 520);
map.pan(-260, -520);
t.eq(layer.grid[0][0].bounds, bounds, "no floating point errors after dragging back and forth");
console.log(bounds.toString())
map.destroy();
OpenLayers.Animation.isNative = isNative;