From: Edward Date: Mon, 24 Mar 2014 04:40:19 +0000 (+0800) Subject: Roo.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=c18c86909c281ec4e49338e32da68c6c2d833b1a Roo.js --- diff --git a/Roo.js b/Roo.js index c212ddce27..fb406a7cb4 100644 --- a/Roo.js +++ b/Roo.js @@ -299,13 +299,10 @@ Roo.factory(conf, Roo.data); return c; } ns = c.xns ? c.xns : ns; // if c.xns is set, then use that.. - Roo.log('ns'); - Roo.log(ns); if (c.constructor == ns[c.xtype]) {// already created... return c; } if (ns[c.xtype]) { - Roo.log("Roo.Factory(" + c.xtype + ")"); if (Roo.debug) Roo.log("Roo.Factory(" + c.xtype + ")"); var ret = new ns[c.xtype](c); ret.xns = false;