Roo/util/MixedCollection.js
authoredward <edward@roojs.com>
Tue, 5 Jan 2016 05:36:17 +0000 (13:36 +0800)
committeredward <edward@roojs.com>
Tue, 5 Jan 2016 05:36:17 +0000 (13:36 +0800)
Roo/util/MixedCollection.js

index b9b8022..86cd8b6 100644 (file)
@@ -79,9 +79,6 @@ Roo.extend(Roo.util.MixedCollection, Roo.util.Observable, {
             o = arguments[0];
             key = this.getKey(o);
         }
-        Roo.log(this);
-        Roo.log(o);
-        Roo.log(key);
         if(typeof key == "undefined" || key === null){
             this.length++;
             this.items.push(o);