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=15d9ae20e9e091d73d6781b5b0eb66854ff2e827;hpb=cd4a61a84c617ebc45c8c13555577c806b311676;p=roojs1 diff --git a/Roo/Component.js b/Roo/Component.js index 15d9ae20e9..7f78933358 100644 --- a/Roo/Component.js +++ b/Roo/Component.js @@ -23,7 +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"); config = config || {}; if(config.tagName || config.dom || typeof config == "string"){ // element object config = {el: config, id: config.id || config};