roojs-core.js
[roojs1] / roojs-core-debug.js
index 645cdc3..6851d2d 100644 (file)
@@ -7125,7 +7125,6 @@ Roo.query = Roo.DomQuery.select;
 
 Roo.util.Observable = function(cfg){
     console.log("UTIL OBSERVABLE CONSTRUCTOR");
-    console.log(cfg);
     
     cfg = cfg|| {};
     this.addEvents(cfg.events || {});
@@ -16868,7 +16867,6 @@ Roo.ComponentMgr = function(){
  */
 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};