You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/11/06 13:43:18 UTC

svn commit: r1406114 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-tree.js

Author: lofwyr
Date: Tue Nov  6 12:43:17 2012
New Revision: 1406114

URL: http://svn.apache.org/viewvc?rev=1406114&view=rev
Log:
remove debug logging

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-tree.js

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-tree.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-tree.js?rev=1406114&r1=1406113&r2=1406114&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-tree.js (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-tree.js Tue Nov  6 12:43:17 2012
@@ -195,7 +195,6 @@ Tobago.Tree.init = function(elements) {
     jQuery(this).find(".tobago-treeMenuNode-markup-marked, .tobago-treeNode-markup-marked").each(function() {
       string = Tobago.Tree.rowIndex(jQuery(this));
     });
-    console.log("ma old='" + string + "' new='" + marked.val() + "'");
   });
 
   // init expanded field
@@ -205,7 +204,6 @@ Tobago.Tree.init = function(elements) {
     jQuery(this).find(".tobago-treeMenuNode-markup-expanded, .tobago-treeNode-markup-expanded").each(function() {
       string += Tobago.Tree.rowIndex(jQuery(this)) + ",";
     });
-    console.log("ex old='" + string + "' new='" + expanded.val() + "'");
   });
 
   // init tree selection for multiCascade