From 4b9e7fee4e85dc75d8ae79b8b2bbc1c593c00026 Mon Sep 17 00:00:00 2001 From: Walter Boring Date: Wed, 8 Oct 2025 11:33:41 -0400 Subject: [PATCH] Remove printf from tcpkiss This removes the raw printing of the socket contents that was used during development. --- aprsd/client/drivers/tcpkiss.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aprsd/client/drivers/tcpkiss.py b/aprsd/client/drivers/tcpkiss.py index 79ada2f..28b57bf 100644 --- a/aprsd/client/drivers/tcpkiss.py +++ b/aprsd/client/drivers/tcpkiss.py @@ -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: