Roo/View.js
authorEdward <edward@roojs.com>
Mon, 19 May 2014 08:15:13 +0000 (16:15 +0800)
committerEdward <edward@roojs.com>
Mon, 19 May 2014 08:15:13 +0000 (16:15 +0800)
Roo/View.js

index 7c8b2c5..455ad36 100644 (file)
@@ -153,7 +153,6 @@ Roo.View = function(config, depreciated_tpl, depreciated_config){
     this.selections = [];
     this.nodes = [];
     this.cmp = new Roo.CompositeElementLite([]);
-    Roo.log(this.store);
     if(this.store){
         this.store = Roo.factory(this.store, Roo.data);
         this.setStore(this.store, true);