From 55ffdffd6028ac5826b3c3d2392cad2124a832d5 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 25 Feb 2012 16:42:45 -0700 Subject: [PATCH] Removing debugging method. --- lib/OpenLayers/Control/UTFGrid.js | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/lib/OpenLayers/Control/UTFGrid.js b/lib/OpenLayers/Control/UTFGrid.js index b55bb7d246..acccb05e9f 100644 --- a/lib/OpenLayers/Control/UTFGrid.js +++ b/lib/OpenLayers/Control/UTFGrid.js @@ -64,12 +64,6 @@ OpenLayers.Control.UTFGrid = OpenLayers.Class(OpenLayers.Control, { */ element: null, - /** - * Property: debugElement - * {DOMElement} - */ - debugElement: null, - /* Property: defaultHandlerOptions * The default opts passed to the handler constructors */ @@ -192,7 +186,6 @@ OpenLayers.Control.UTFGrid = OpenLayers.Class(OpenLayers.Control, { for (var i=0, len=layers.length; i"; - debug += "
  • j :" + info.j + "
  • "; - debug += "
  • globalrow :" + info.globalRow + "
  • "; - debug += "
  • globalcol :" + info.globalCol + "
  • "; - debug += "
  • gridrow :" + info.gridRow + "
  • "; - debug += "
  • gridcol :" + info.gridCol + "
  • "; - debug += ""; - if (this.debugElement) { - this.debugElement.innerHTML = debug; - } - }, - /** * APIMethod: callback * Takes the attrs and does somethings with them