Roo/data/JsonReader.js
authorjohn <john@roojs.com>
Fri, 11 May 2018 03:46:24 +0000 (11:46 +0800)
committerjohn <john@roojs.com>
Fri, 11 May 2018 03:46:24 +0000 (11:46 +0800)
Roo/data/JsonReader.js

index 9d7b59a..361b361 100644 (file)
@@ -144,9 +144,6 @@ Roo.extend(Roo.data.JsonReader, Roo.data.DataReader, {
         var s = this.meta, Record = this.recordType,
             f = Record ? Record.prototype.fields : null, fi = f ? f.items : [], fl = f ? f.length : 0;
 
-        Roo.log('-----------------');
-        Roo.log(s);
-
 //      Generate extraction functions for the totalProperty, the root, the id, and for each field
         if (!this.ef) {
             if(s.totalProperty) {