projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
213c31a
)
Removed overly verbose options and arguments (Should be obvious from the previous...
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 11 Apr 2013 08:54:37 +0000
(10:54 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 11 Apr 2013 08:54:37 +0000
(10:54 +0200)
youtube_dl/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/__init__.py
b/youtube_dl/__init__.py
index 6ca0ab674f9fe158e6cd79b0e7b25651ebf05321..489f8948aedc3a66c2b933c0b34e00996cc0efb1 100644
(file)
--- a/
youtube_dl/__init__.py
+++ b/
youtube_dl/__init__.py
@@
-303,8
+303,6
@@
def parseOpts():
print(u'[debug] System config: ' + repr(systemConf))
print(u'[debug] User config: ' + repr(userConf))
print(u'[debug] Command-line args: ' + repr(commandLineConf))
- print(u'[debug] opts: ' + repr(opts))
- print(u'[debug] args: ' + repr(args))
return parser, opts, args