removing console.log

This commit is contained in:
ahocevar
2011-12-03 01:36:11 +01:00
parent 08af94cf84
commit d20e6f7c7a

View File

@@ -130,7 +130,6 @@
layer.grid = [[bl, tr]];
var bounds = layer.getTilesBounds();
console.log(bounds);
var testBounds = new OpenLayers.Bounds(0,-90,360,90);
t.ok( bounds.equals(testBounds), "getTilesBounds() returns correct bounds");