diff options
| -rw-r--r-- | youtube_dl/__init__.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 6ca0ab674..489f8948a 100644 --- 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 | 
