From cd8fe2cc81666c2b02b76a07b764386f2347aa81 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 15 Jun 2006 17:03:43 +0000 Subject: [PATCH] Remove console.log statement git-svn-id: http://svn.openlayers.org/trunk/openlayers@595 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Grid.js | 1 - 1 file changed, 1 deletion(-) 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 {