From 14719b8ab36e93a7750363dd2c3c32eb247b7556 Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Thu, 22 Jan 2015 20:12:23 +0000 Subject: [PATCH] remove print statments --- openlp/core/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openlp/core/__init__.py b/openlp/core/__init__.py index 6b2fefd6a..a4a9d488e 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -270,8 +270,6 @@ def parse_options(args): :param args: list of command line arguments :return: a tuple of parsed options of type optparse.Value and a list of remaining argsZ """ - print(args) - print(sys.argv) # Set up command line options. usage = 'Usage: %prog [options] [qt-options]' parser = OptionParser(usage=usage)