roojs-core.js
[roojs1] / roojs-core-debug.js
index 03fd340..73e26b3 100644 (file)
@@ -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};
@@ -17053,8 +17051,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){