JIRA DOMINO-23: Documentation update
[domino.git] / DominoClient.py
index d02027b..32d1433 100755 (executable)
@@ -17,8 +17,6 @@ import getopt, socket
 import logging, errno
 import uuid
 
-#sys.path.append('gen-py')
-#sys.path.insert(0, glob.glob('./lib/py/build/lib.*')[0])
 sys.path.insert(0, glob.glob('./lib')[0])
 
 from dominoRPC import Communication
@@ -129,7 +127,7 @@ class CLIHandler:
     self.CLIservice = CLIservice
 
   def d_CLI(self, msg):
-    logging.info('Received CLI %s', msg.CLI_input)
+    #logging.info('Received CLI %s', msg.CLI_input) #breaks testing due to random TUIDs
 
     CLIrespmsg = CLIResponse()
     CLIrespmsg.CLI_response = self.CLIservice.process_input(msg.CLI_input)