aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-07-10 23:41:19 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-07-10 23:41:19 +0200
commit5623100e43b12413790c4017eafb3412e29e517f (patch)
tree6acc4c54ea456bd5313180b47cdefa5b308992a1
parent6eb08fbf8b02452015ad1e09b4c5e8c1d5aa2bfe (diff)
downloadyoutube-dl-5623100e43b12413790c4017eafb3412e29e517f.tar.xz
remove debugging code
-rwxr-xr-xyoutube-dl1
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)