X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-core-debug.js;h=73e26b3337abac782af0466068522afde7506ce8;hp=6851d2d4065acbffdfe83a025efe6bedb517dff7;hb=refs%2Fheads%2Fwip_leon_T7094_logo_image_upload_in_boilerplate;hpb=a770c381ea6d413ccf3b79ad0eea94071c2ec308 diff --git a/roojs-core-debug.js b/roojs-core-debug.js index 6851d2d406..73e26b3337 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -7124,7 +7124,6 @@ Roo.query = Roo.DomQuery.select; */ Roo.util.Observable = function(cfg){ - console.log("UTIL OBSERVABLE CONSTRUCTOR"); cfg = cfg|| {}; this.addEvents(cfg.events || {}); @@ -16866,7 +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"); config = config || {}; if(config.tagName || config.dom || typeof config == "string"){ // element object config = {el: config, id: config.id || config};