1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 13:41:00 +02:00

Removed overly verbose options and arguments (Should be obvious from the previous lines)

This commit is contained in:
Philipp Hagemeister 2013-04-11 10:54:37 +02:00
parent 213c31ae16
commit 844d1f9fa1

View File

@ -303,8 +303,6 @@ def _find_term_columns():
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