removed debug print

This commit is contained in:
2021-01-30 15:51:11 +01:00
parent a26e98b19f
commit 818e035f41
-1
View File
@@ -66,7 +66,6 @@ class PVAdjustable(Adjustable):
# wait for start
while self._change_requested and not self._is_close() and not self.is_moving():
print(self._change_requested, self.is_moving())
time.sleep(wait_time)
if time.time() >= timeout:
self._stop()