mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-13 12:57:28 +00:00
remove debugging code
This commit is contained in:
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
Block a user