Roo/data/Store.js
authoredward <edward@roojs.com>
Tue, 21 Jun 2016 06:28:40 +0000 (14:28 +0800)
committeredward <edward@roojs.com>
Tue, 21 Jun 2016 06:28:40 +0000 (14:28 +0800)
Roo/data/Store.js

index b7a49e4..4dbb397 100644 (file)
@@ -349,9 +349,6 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
             if (!this.reader.metaFromRemote) {
                 p._requestMeta = 1;
             }
-            Roo.log('store????');
-            Roo.log(this.sortInfo);
-            Roo.log(this.remoteSort);
             if(this.sortInfo && this.remoteSort){
                 var pn = this.paramNames;
                 p[pn["sort"]] = this.sortInfo.field;