Removed overly verbose options and arguments (Should be obvious from the previous lines)
This commit is contained in:
parent
213c31ae16
commit
844d1f9fa1
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue