[API-PY] Removed debug line

This commit is contained in:
2026-05-17 23:29:19 +01:00
parent 725d334e2f
commit fa026e0a52

View File

@ -186,7 +186,6 @@ class Transmitter:
# Wait for WHSPAH message # Wait for WHSPAH message
while ((rx:=self._ser.read_until(b'\x00')) != utils.HARDWARE_MAGIC) and\ while ((rx:=self._ser.read_until(b'\x00')) != utils.HARDWARE_MAGIC) and\
time.perf_counter() - st < CONNECTION_READ_TIMEOUT: time.perf_counter() - st < CONNECTION_READ_TIMEOUT:
self._log.debug(rx)
time.sleep(0.1) time.sleep(0.1)
# If time timeout was exceeded # If time timeout was exceeded