X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FComponent.js;h=7f7893335838d2c288d610d613a2964c0a68880c;hb=refs%2Fheads%2Fwip_leon_T7094_logo_image_upload_in_boilerplate;hp=d341afcf38c9e30128ddab2cb03b31ed46d399d3;hpb=7abbf02614a2264e42ca0b45dce9b55a7293849c;p=roojs1 diff --git a/Roo/Component.js b/Roo/Component.js index d341afcf38..7f78933358 100644 --- a/Roo/Component.js +++ b/Roo/Component.js @@ -23,8 +23,6 @@ * 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};