X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-core-debug.js;h=73e26b3337abac782af0466068522afde7506ce8;hp=645cdc397e015947eb7d61cb4dc3b30b60ff21fc;hb=refs%2Fheads%2Fwip_leon_T7094_logo_image_upload_in_boilerplate;hpb=b4977f31a527362ffd12d798640cdcea93dd72cf diff --git a/roojs-core-debug.js b/roojs-core-debug.js index 645cdc397e..73e26b3337 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -7124,8 +7124,6 @@ Roo.query = Roo.DomQuery.select; */ Roo.util.Observable = function(cfg){ - console.log("UTIL OBSERVABLE CONSTRUCTOR"); - console.log(cfg); cfg = cfg|| {}; this.addEvents(cfg.events || {}); @@ -16867,8 +16865,6 @@ Roo.ComponentMgr = function(){ * and is used as the component id. Otherwise, it is assumed to be a standard config object and is applied to the component. */ Roo.Component = function(config){ - console.log("COMPONENT CONSTRUCTOR"); - console.log(config); config = config || {}; if(config.tagName || config.dom || typeof config == "string"){ // element object config = {el: config, id: config.id || config};