roojs-core.js
[roojs1] / Roo / Component.js
index ff8c743..7f78933 100644 (file)
@@ -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};
@@ -210,8 +209,6 @@ Roo.extend(Roo.Component, Roo.util.Observable, {
     /** @private */
     // default function is not really useful
     onRender : function(ct, position){
-        console.log("THIS EL");
-        console.log(this.el);
         if(this.el){
             this.el = Roo.get(this.el);
             if(this.allowDomMove !== false){