Roo/data/Store.js
authorEdward <edward@roojs.com>
Thu, 22 May 2014 09:20:34 +0000 (17:20 +0800)
committerEdward <edward@roojs.com>
Thu, 22 May 2014 09:20:34 +0000 (17:20 +0800)
Roo/data/Store.js

index 688a3ce..2280f8f 100644 (file)
@@ -231,8 +231,6 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
      * @param {Ext.data.Record} record The Roo.data.Record object to remove from the cache.
      */
     remove : function(record){
-        Roo.log(this.data);
-        Roo.log(record);
         var index = this.data.indexOf(record);
         this.data.removeAt(index);
         if(this.pruneModifiedRecords){