[API-PY] Removed debug line
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user