[Commits] r365 - apps/opengeo/geoexplorer/trunk/lib

commits at geoext.org commits at geoext.org
Wed Apr 8 01:33:52 CEST 2009


Author: tschaub
Date: 2009-04-08 01:33:51 +0200 (Wed, 08 Apr 2009)
New Revision: 365

Modified:
   apps/opengeo/geoexplorer/trunk/lib/MapToolMenu.js
Log:
Removing stray console call.

Modified: apps/opengeo/geoexplorer/trunk/lib/MapToolMenu.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/MapToolMenu.js	2009-04-07 23:31:28 UTC (rev 364)
+++ apps/opengeo/geoexplorer/trunk/lib/MapToolMenu.js	2009-04-07 23:33:51 UTC (rev 365)
@@ -44,7 +44,6 @@
     };
 
     for (var i = 0, len = options.tools.length; i < len; i++) {
-        console.log(options.tools[i]);
         var conf = options.tools[i];
         var t = conf.tool || conf;
         options.items.push(Ext.applyIf(conf, {



More information about the Commits mailing list