Remove console.log statement
git-svn-id: http://svn.openlayers.org/trunk/openlayers@595 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user