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

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