fix(server.c): remove debug printf
This commit is contained in:
parent
24da772e56
commit
be74fa43cc
1 changed files with 0 additions and 2 deletions
2
server.c
2
server.c
|
@ -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 */
|
||||||
|
|
Reference in a new issue