[fusion-commits] r1545 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Sep 23 13:01:44 EDT 2008


Author: Assefa
Date: 2008-09-23 13:01:44 -0400 (Tue, 23 Sep 2008)
New Revision: 1545

Modified:
   trunk/widgets/Legend.js
Log:
remove console.log calls

Modified: trunk/widgets/Legend.js
===================================================================
--- trunk/widgets/Legend.js	2008-09-23 16:53:06 UTC (rev 1544)
+++ trunk/widgets/Legend.js	2008-09-23 17:01:44 UTC (rev 1545)
@@ -485,7 +485,7 @@
     
     selectionChanged: function(o) {
         if (this.currentNode) {
-          console.log(this.currentNode);
+          //console.log(this.currentNode);
             $(this.currentNode.domObj.childNodes[3]).addClass('jxTreeSelectedNode');
         }
         this.currentNode = o;
@@ -670,7 +670,7 @@
         }
     },
     stateChanged: function(obj) {
-    console.log(obj);
+    //console.log(obj);
         if (obj.legend && obj.legend.treeItem.checkBox) {
             if (obj.legend.treeItem.checkBox.checked) {
                 obj.show();



More information about the fusion-commits mailing list