Pman.Download.js
authorEdward <edward@roojs.com>
Wed, 26 Feb 2014 03:58:59 +0000 (11:58 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Feb 2014 03:58:59 +0000 (11:58 +0800)
Pman.Download.js

index b514b45..1bae5f0 100644 (file)
@@ -39,7 +39,7 @@ Pman.Download = function(cfg)
 {
     
     this.params = {};
-    Roo.log(this);
+    
     Roo.apply(this, cfg);
      
     if (this.grid) {
@@ -48,7 +48,7 @@ Pman.Download = function(cfg)
         Roo.log(this);
     }
     
-    Roo.log(cfg);
+    
     if (this.newWindow && this.method == 'GET') {
             // as ie seems buggy...
         window.open( cfg.url + '?' + Roo.urlEncode(cfg.params || {}), '_blank');