Skip to content

Commit 53c8ea4

Browse files
author
brentru
committed
remove print()
1 parent 885e7d4 commit 53c8ea4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,6 @@ def _wait_for_msg(self, timeout=0.1):
820820
try:
821821
res = self._sock_exact_recv(1)
822822
except self._socket_pool.timeout as error:
823-
print("timed out", error)
824823
return None
825824
else: # socketpool, esp32spi
826825
try:

0 commit comments

Comments
 (0)