Roo/bootstrap/UploadCropbox.js
[roojs1] / Roo / Component.js
index d341afc..15d9ae2 100644 (file)
@@ -24,7 +24,6 @@
  */
 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};