Stop printing argv.

This commit is contained in:
Devan Goodwin 2010-05-25 22:25:16 -03:00
parent 4147493e33
commit b6823964a3

View file

@ -89,7 +89,6 @@ class CLI(object):
"""
def main(self, argv):
print("argv = %s" % argv)
if len(argv) < 1 or not argv[0] in CLI_MODULES.keys():
self._usage()
sys.exit(1)