From: Philipp Hagemeister Date: Sun, 10 Jul 2011 21:41:19 +0000 (+0200) Subject: remove debugging code X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=5623100e43b12413790c4017eafb3412e29e517f;p=youtube-dl remove debugging code --- diff --git a/youtube-dl b/youtube-dl index 578f473b8..762bfc3ef 100755 --- a/youtube-dl +++ b/youtube-dl @@ -713,7 +713,6 @@ class FileDownloader(object): self.trouble(u'ERROR: Cannot write description file: %s' % str(descfn)) return - print(repr(self.params)) if self.params.get('writeinfojson', False): infofn = filename + '.info.json' self.report_writeinfojson(infofn)