Skip to content

Commit 5281368

Browse files
committed
mod: _wait_for_target should not print
1 parent 5ffbbe8 commit 5281368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino_alvik/arduino_alvik.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def _wait_for_target(self, idle_time):
236236
if ticks_diff(ticks_ms(), start) >= idle_time*1000 and self.is_target_reached():
237237
break
238238
else:
239-
print(self._last_ack)
239+
# print(self._last_ack)
240240
sleep_ms(100)
241241

242242
def is_target_reached(self) -> bool:

0 commit comments

Comments
 (0)