remove debugging code
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 10 Jul 2011 21:41:19 +0000 (23:41 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 10 Jul 2011 21:41:19 +0000 (23:41 +0200)
youtube-dl

index 578f473..762bfc3 100755 (executable)
@@ -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)