mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-03 10:59:47 -05:00
Removed overly verbose options and arguments (Should be obvious from the previous lines)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user