1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 02:59:31 +00:00

remove debugging code

This commit is contained in:
Philipp Hagemeister 2011-07-10 23:41:19 +02:00
parent 6eb08fbf8b
commit 5623100e43

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)