Roo/data/Store.js
authorbenny <benny@roojs.com>
Tue, 7 Aug 2018 08:15:35 +0000 (16:15 +0800)
committerbenny <benny@roojs.com>
Tue, 7 Aug 2018 08:15:35 +0000 (16:15 +0800)
Roo/data/Store.js

index e2c6a2c..aa441ac 100644 (file)
@@ -233,7 +233,7 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
     remove : function(record){
         var index = this.data.indexOf(record);
         this.data.removeAt(index);
-        console.log(this.pruneModifiedRecords);
+        console.log("record remove:" + this.pruneModifiedRecords);
         if(this.pruneModifiedRecords){
             this.modified.remove(record);
         }