diff --git a/script/RobotTCP.py b/script/RobotTCP.py index 37786d0..d9d2ae0 100644 --- a/script/RobotTCP.py +++ b/script/RobotTCP.py @@ -60,7 +60,6 @@ class RobotTCP(TcpDevice, Stoppable): def evaluate(self, cmd): ret = self.execute('eval', cmd) - print ret if ret.strip() != "": raise Exception(ret) def get_var(self, name):