projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eb08fb
)
remove debugging code
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 10 Jul 2011 21:41:19 +0000
(23:41 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 10 Jul 2011 21:41:19 +0000
(23:41 +0200)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 578f473b88a484126d9666a2d26d9cbae3ffb7a9..762bfc3ef55deb645181ef65535dec1e513c8a5a 100755
(executable)
--- 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)