diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index c66807717b..bfd46ae9b1 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -70,7 +70,6 @@ OpenLayers.Layer.Grid.prototype = Object.extend( new OpenLayers.Layer(), { bounds.left > gridBounds.right || bounds.right < gridBounds.left || bounds.bottom > gridBounds.top ) { - console.log("else if"); this._initTiles(); } else {