Roo/View.js
authorjohn <john@roojs.com>
Wed, 7 Mar 2018 07:28:05 +0000 (15:28 +0800)
committerjohn <john@roojs.com>
Wed, 7 Mar 2018 07:28:05 +0000 (15:28 +0800)
Roo/View.js

index 77e5d92..e6b134d 100644 (file)
@@ -287,13 +287,9 @@ Roo.extend(Roo.View, Roo.util.Observable, {
                 var _this = this;
             
                 Roo.each(this.parent.item, function(item){
-                    Roo.log('item : ' + item[_this.parent.valueField]);
-                    Roo.log('data : ' + data[_this.parent.valueField]);
                     if(item[_this.parent.valueField] != data[_this.parent.valueField]){
                         return;
                     }
-                    Roo.log("hit checked");
-                    Roo.log(item);
                     Roo.apply(d, {'roo-data-checked' : 'checked'});
                 });
             }