Roo/data/JsonReader.js
authorjohn <john@roojs.com>
Tue, 20 Mar 2018 04:36:24 +0000 (12:36 +0800)
committerjohn <john@roojs.com>
Tue, 20 Mar 2018 04:36:24 +0000 (12:36 +0800)
Roo/data/JsonReader.js

index 72366b0..361b361 100644 (file)
@@ -170,8 +170,6 @@ Roo.extend(Roo.data.JsonReader, Roo.data.DataReader, {
             }
         }
 
-        Roo.log(o);
-
        var root = this.getRoot(o), c = root.length, totalRecords = c, success = true;
        if(s.totalProperty){
             var vt = parseInt(this.getTotal(o), 10);