mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-21 23:28:35 -04:00
Remove printf from tcpkiss
This removes the raw printing of the socket contents that was used during development.
This commit is contained in:
@@ -380,9 +380,7 @@ class TCPKISSDriver:
|
||||
break
|
||||
|
||||
try:
|
||||
print('reading from socket')
|
||||
short_buf = self.socket.recv(1024)
|
||||
print(f'short_buf: {short_buf}')
|
||||
# sock.recv returns empty if the connection drops
|
||||
if not short_buf:
|
||||
if not blocking:
|
||||
|
||||
Reference in New Issue
Block a user