removed pyc files, added label and template subscription options to overwrite and...
[domino.git] / domino-cli.py
index 8768ea6..3edf22c 100755 (executable)
@@ -53,7 +53,6 @@ def main(argv):
     CLImsg = CLIMessage()
     CLImsg.CLI_input = argv
     CLIrespmsg = client.d_CLI(CLImsg)
-    print CLIrespmsg.CLI_response
 
   except Thrift.TException, tx:
     print '%s' % (tx.message)