Roo/data/Store.js
authoredward <edward@roojs.com>
Mon, 9 Nov 2015 05:41:00 +0000 (13:41 +0800)
committeredward <edward@roojs.com>
Mon, 9 Nov 2015 05:41:00 +0000 (13:41 +0800)
Roo/data/Store.js

index e1082b9..4dbb397 100644 (file)
@@ -623,7 +623,6 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
      **/
     queryBy : function(fn, scope){
         var data = this.snapshot || this.data;
-        Roo.log(data);
         return data.filterBy(fn, scope||this);
     },