aboutsummaryrefslogtreecommitdiff
path: root/client/sock.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-25 11:16:59 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-25 11:16:59 +0200
commit208dee5a3cf9eea84c5e26ef5cfe3abdd2e2a2f8 (patch)
treea991c7950b30ed47b570867f58217809553d0c54 /client/sock.cpp
parent34875e734907e90c2e254fcd79d66dab0b491e56 (diff)
fix some more silly bugs in the client
Diffstat (limited to 'client/sock.cpp')
-rw-r--r--client/sock.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/sock.cpp b/client/sock.cpp
index e33a3dc..c292d6a 100644
--- a/client/sock.cpp
+++ b/client/sock.cpp
@@ -79,8 +79,6 @@ void PBSocket::sock_task() {
char buf[80];
ssize_t bytes = read(_fd, buf, sizeof(buf));
- rl_printf("%.*s", bytes, buf);
- continue;
if (bytes == -1) {
rl_printf("error: %s (%d)\n", strerror(errno), errno);
break;