From 3a9d4e88521f78bd3ad3e990e2723cdb0fed5fe7 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 9 Aug 2006 04:39:33 +0000 Subject: [PATCH] we have no logger now and i doubt we ever will git-svn-id: http://svn.openlayers.org/trunk/openlayers@1145 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Tile.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/OpenLayers/Tile.js b/lib/OpenLayers/Tile.js index cd37064035..f8f26f1c2d 100644 --- a/lib/OpenLayers/Tile.js +++ b/lib/OpenLayers/Tile.js @@ -65,12 +65,6 @@ OpenLayers.Tile.prototype = { /** */ draw:function() { - - // HACK HACK - should we make it a standard to put this sort of warning - // message in functions that are supposed to be overridden? - // - // Log.warn(this.CLASS_NAME + ": draw() not implemented"); - }, redraw: function () {