DataObjects/Core_notify.php
[Pman.Core] / Pman.Download.js
index 114a596..6c42308 100644 (file)
@@ -34,8 +34,7 @@ Pman.Download = function(cfg)
     this.params = {};
     
     Roo.apply(this, cfg);
-    Roo.log('////');
-    Roo.log(cfg);
+     
     if (this.grid) {
         
         this.buildFromGrid();
@@ -129,7 +128,6 @@ Roo.apply(Pman.Download.prototype, {
     // private..
     createCsvFrame: function()
     {
-        
         if (this.csvFrame) {
             document.body.removeChild(this.csvFrame);
         }