From f97da0566ca847624df3e36cff5273050b491f3c Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 29 Mar 2017 16:51:51 +0200 Subject: [PATCH] Closedown --- script/RobotTCP.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/RobotTCP.py b/script/RobotTCP.py index d1bbcfb..6a9099e 100644 --- a/script/RobotTCP.py +++ b/script/RobotTCP.py @@ -373,9 +373,7 @@ class RobotTCP(TcpDevice, Stoppable): self.getLogger().info(ev) self.on_event(ev) #if (self.current_task is not None) and (self.get_task_status(self.current_task)[0]<0): - print self.current_task , " Running = ", sts[6] - if sts[6] < 0: - print "CLEARING" + if int(sts[6]) < 0: self.current_task = None self._update_state() self.reset = False