From: Edward Date: Wed, 26 Feb 2014 04:05:10 +0000 (+0800) Subject: Pman.Download.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=47edc3b998e724152a593c9b37a655db375f4d4c Pman.Download.js --- diff --git a/Pman.Download.js b/Pman.Download.js index c66998b7..1bae5f00 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -50,8 +50,6 @@ Pman.Download = function(cfg) if (this.newWindow && this.method == 'GET') { - Roo.log('in'); - Roo.log(cfg); // as ie seems buggy... window.open( cfg.url + '?' + Roo.urlEncode(cfg.params || {}), '_blank'); return ;