aboutsummaryrefslogtreecommitdiffstats
path: root/domino-cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'domino-cli.py')
-rwxr-xr-xdomino-cli.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/domino-cli.py b/domino-cli.py
index 8768ea6..3edf22c 100755
--- a/domino-cli.py
+++ b/domino-cli.py
@@ -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)