From 2f178516c608dae7364da35b57fd94f1c3c780a5 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 11 May 2018 11:46:24 +0800 Subject: [PATCH] Roo/data/JsonReader.js --- Roo/data/JsonReader.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Roo/data/JsonReader.js b/Roo/data/JsonReader.js index 9d7b59aadb..361b361ecc 100644 --- a/Roo/data/JsonReader.js +++ b/Roo/data/JsonReader.js @@ -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) { -- 2.39.2