From 818e035f41cef29a600fb51579c668bd90a21bb9 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sat, 30 Jan 2021 15:51:11 +0100 Subject: [PATCH] removed debug print --- slic/core/adjustable/pvadjustable.py | 1 - 1 file changed, 1 deletion(-) diff --git a/slic/core/adjustable/pvadjustable.py b/slic/core/adjustable/pvadjustable.py index 18c4206a..8ac66293 100644 --- a/slic/core/adjustable/pvadjustable.py +++ b/slic/core/adjustable/pvadjustable.py @@ -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()