Removed printf

This commit is contained in:
root
2022-01-30 23:29:06 -06:00
parent 9f39edd186
commit 1086edf6d0

View File

@@ -215,7 +215,6 @@ static int processChar(Connection *conn, char c, Sitefile *site) {
leftToSend -= writeLen; leftToSend -= writeLen;
} }
conn->len -= readLen; conn->len -= readLen;
printf("%ld\n", conn->len);
} }
resetConnection(conn); resetConnection(conn);
} }