remove debugging code

This commit is contained in:
Philipp Hagemeister 2011-07-10 23:41:19 +02:00
parent 6eb08fbf8b
commit 5623100e43
1 changed files with 0 additions and 1 deletions

View File

@ -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)