Roo/data/Store.js
authorjohn <john@roojs.com>
Fri, 26 Jan 2018 09:12:39 +0000 (17:12 +0800)
committerjohn <john@roojs.com>
Fri, 26 Jan 2018 09:12:39 +0000 (17:12 +0800)
Roo/data/Store.js

index 2c385fc..d96ad69 100644 (file)
@@ -446,10 +446,6 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
      * @param {Boolean} append (Optional) True to append the new Records rather than replace the existing cache.
      */
     loadData : function(o, append){
-        
-        Roo.log('-------reader--------');
-        Roo.log(this.reader);
-        
         var r = this.reader.readRecords(o);
         this.loadRecords(r, {add: append}, true);
     },