remove print statments

This commit is contained in:
Phill Ridout 2015-01-22 20:12:23 +00:00
parent 92eee52d3f
commit 14719b8ab3

View File

@ -270,8 +270,6 @@ def parse_options(args):
:param args: list of command line arguments :param args: list of command line arguments
:return: a tuple of parsed options of type optparse.Value and a list of remaining argsZ :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. # Set up command line options.
usage = 'Usage: %prog [options] [qt-options]' usage = 'Usage: %prog [options] [qt-options]'
parser = OptionParser(usage=usage) parser = OptionParser(usage=usage)