summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-04-11 10:54:37 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-04-11 10:54:37 +0200
commit844d1f9fa199395b6ae6abd50c50859c9fd524e3 (patch)
tree322735a52d804b96e69b646d15468d39da877648
parent213c31ae16641ed2df61f0abbd7ea032267b2222 (diff)
downloadyoutube-dl-844d1f9fa199395b6ae6abd50c50859c9fd524e3.tar.gz
youtube-dl-844d1f9fa199395b6ae6abd50c50859c9fd524e3.tar.xz
youtube-dl-844d1f9fa199395b6ae6abd50c50859c9fd524e3.zip
Removed overly verbose options and arguments (Should be obvious from the previous lines)
-rw-r--r--youtube_dl/__init__.py2
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