fix(server.c): remove debug printf

This commit is contained in:
Tom MTT. 2022-11-23 07:07:41 +01:00
parent 24da772e56
commit be74fa43cc

View file

@ -217,8 +217,6 @@ char *read_paste(int connection)
} }
} }
printf("%d\n", errno);
/* is the buffer empty? */ /* is the buffer empty? */
if (total_size == 0) { if (total_size == 0) {
/* yup, free the buffer and return an error */ /* yup, free the buffer and return an error */