remove print
This commit is contained in:
@@ -107,7 +107,6 @@ def is_gripper_really_empty(timeout=2.0):
|
||||
timeout = timeout + time.time()
|
||||
while time.time() < timeout:
|
||||
if robot.eval_bool("diToolHasSample"):
|
||||
print "test"
|
||||
time.sleep(0.10)
|
||||
else:
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user