Roo/data/Tree.js
authorEdward <edward@roojs.com>
Thu, 4 Apr 2019 04:18:01 +0000 (12:18 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Apr 2019 04:18:01 +0000 (12:18 +0800)
Roo/data/Tree.js

index af10af0..a71de78 100644 (file)
@@ -353,8 +353,6 @@ Roo.extend(Roo.data.Node, Roo.util.Observable, {
      * @return {Node} The appended node if single append, or null if an array was passed
      */
     appendChild : function(node){
-        Roo.log('tree.js appendChild');
-        Roo.log(node);
         var multi = false;
         if(node instanceof Array){
             multi = node;