Roo/data/Store.js
authoredward <edward@roojs.com>
Wed, 18 May 2016 05:36:33 +0000 (13:36 +0800)
committeredward <edward@roojs.com>
Wed, 18 May 2016 05:36:33 +0000 (13:36 +0800)
Roo/data/Store.js

index dcd7909..1c64126 100644 (file)
@@ -411,7 +411,7 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
                 this.data = this.snapshot;
                 delete this.snapshot;
             }
-            Roo.log(r);
+            Roo.log(r);return;
             this.data.clear();
             this.data.addAll(r);
             this.totalLength = t;