Browse Source

remove debugging code

rtmp_test
Philipp Hagemeister 13 years ago
parent
commit
5623100e43
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube-dl

+ 0
- 1
youtube-dl 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)


Loading…
Cancel
Save