diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2011-07-10 23:41:19 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2011-07-10 23:41:19 +0200 |
commit | 5623100e43b12413790c4017eafb3412e29e517f (patch) | |
tree | 6acc4c54ea456bd5313180b47cdefa5b308992a1 | |
parent | 6eb08fbf8b02452015ad1e09b4c5e8c1d5aa2bfe (diff) |
remove debugging code
-rwxr-xr-x | youtube-dl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 578f473b8..762bfc3ef 100755 --- a/youtube-dl +++ b/youtube-dl @@ -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) |