Browse Source

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

Philipp Hagemeister 12 năm trước cách đây
mục cha
commit
844d1f9fa1
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      youtube_dl/__init__.py

+ 0 - 2
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