From b099a18e69849ff1b005994382827f338efe431b Mon Sep 17 00:00:00 2001 From: Paul Barton Date: Mon, 7 Oct 2013 16:01:32 -0400 Subject: [PATCH] removing printing of opts --- youtube_dl/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 82a647160..84026e759 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -224,7 +224,6 @@ def _real_main(): codecs.register(lambda name: codecs.lookup('utf-8') if name == 'cp65001' else None) opts = docopt(__doc__, version=__version__) - print(opts) #--all-formats will supersede --format if opts['--all-formats']: opts['--format'] = 'all'