Remove console.log statement

git-svn-id: http://svn.openlayers.org/trunk/openlayers@595 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-06-15 17:03:43 +00:00
parent 082133730e
commit cd8fe2cc81

View File

@@ -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 {