remove debugging code
parent
6eb08fbf8b
commit
5623100e43
|
@ -713,7 +713,6 @@ class FileDownloader(object):
|
||||||
self.trouble(u'ERROR: Cannot write description file: %s' % str(descfn))
|
self.trouble(u'ERROR: Cannot write description file: %s' % str(descfn))
|
||||||
return
|
return
|
||||||
|
|
||||||
print(repr(self.params))
|
|
||||||
if self.params.get('writeinfojson', False):
|
if self.params.get('writeinfojson', False):
|
||||||
infofn = filename + '.info.json'
|
infofn = filename + '.info.json'
|
||||||
self.report_writeinfojson(infofn)
|
self.report_writeinfojson(infofn)
|
||||||
|
|
Loading…
Reference in New Issue