Roo/View.js
authorEdward <edward@roojs.com>
Tue, 23 Dec 2014 06:02:38 +0000 (14:02 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Dec 2014 06:02:38 +0000 (14:02 +0800)
Roo/View.js

index c7e1667..67b16fb 100644 (file)
@@ -64,9 +64,7 @@ Roo.View = function(config, depreciated_tpl, depreciated_config){
     
     
     if(typeof(this.tpl) == "string"){
-        Roo.log(this.tpl);
         this.tpl = new Roo.Template(this.tpl);
-        Roo.log(this.tpl);
     } else {
         // support xtype ctors..
         this.tpl = new Roo.factory(this.tpl, Roo);
@@ -75,7 +73,7 @@ Roo.View = function(config, depreciated_tpl, depreciated_config){
     
     this.tpl.compile();
    
-    Roo.log(this.tpl);
+  
     
      
     /** @private */