[fusion-commits] r1894 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Wed Sep 2 09:31:25 EDT 2009


Author: pdeschamps
Date: 2009-09-02 09:31:23 -0400 (Wed, 02 Sep 2009)
New Revision: 1894

Modified:
   trunk/widgets/LayerManager.js
   trunk/widgets/Legend.js
Log:
commenting out console messages


Modified: trunk/widgets/LayerManager.js
===================================================================
--- trunk/widgets/LayerManager.js	2009-08-14 13:42:08 UTC (rev 1893)
+++ trunk/widgets/LayerManager.js	2009-09-02 13:31:23 UTC (rev 1894)
@@ -89,7 +89,7 @@
     draw: function(r) {
       if (this.mapList) {
         //this.clear(this.mapList);
-        this.mapList.remove();
+        //this.mapList.remove();
         this.mapList = null;
       }
        

Modified: trunk/widgets/Legend.js
===================================================================
--- trunk/widgets/Legend.js	2009-08-14 13:42:08 UTC (rev 1893)
+++ trunk/widgets/Legend.js	2009-09-02 13:31:23 UTC (rev 1894)
@@ -248,10 +248,10 @@
         this.showMapFolder = (json.ShowMapFolder && json.ShowMapFolder[0] == 'false') ? false:true;
         
         if (!this.showRootFolder) {
-            console.log('supressing root folder');
+            //console.log('supressing root folder');
             this.oRoot = this.oTree;
         } else {
-            console.log('showing root folder');
+           // console.log('showing root folder');
             var opt = {
                 label: OpenLayers.i18n('defaultMapTitle'),
                 open: true,



More information about the fusion-commits mailing list