roojs-core.js
[roojs1] / roojs-core-debug.js
index f4d8528..73e26b3 100644 (file)
@@ -7124,8 +7124,6 @@ Roo.query = Roo.DomQuery.select;
  */
 
 Roo.util.Observable = function(cfg){
-    console.log("UTIL OBSERVABLE CONSTRUCTOR");
-    consolg.log("config");
     
     cfg = cfg|| {};
     this.addEvents(cfg.events || {});
@@ -16867,8 +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");
-    console.log(config);
     config = config || {};
     if(config.tagName || config.dom || typeof config == "string"){ // element object
         config = {el: config, id: config.id || config};