From 1086edf6d05cacba8592b76f7e916780536447d2 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jan 2022 23:29:06 -0600 Subject: [PATCH] Removed printf --- src/connections.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connections.c b/src/connections.c index 81c7311..b6bdaa6 100644 --- a/src/connections.c +++ b/src/connections.c @@ -215,7 +215,6 @@ static int processChar(Connection *conn, char c, Sitefile *site) { leftToSend -= writeLen; } conn->len -= readLen; - printf("%ld\n", conn->len); } resetConnection(conn); }