Remove forgotten debug message.

This commit is contained in:
Frederic Cambus 2020-01-07 15:28:30 +01:00 committed by Joris Vink
parent 14095a7702
commit ff40f04693
1 changed files with 0 additions and 2 deletions

View File

@ -233,8 +233,6 @@ kore_platform_sendfile(struct connection *c, struct netbuf *nb)
ssize_t sent;
size_t len, prevoff;
printf("sendfile is used\n");
prevoff = nb->fd_off;
smin = nb->fd_len - nb->fd_off;
len = MIN(SENDFILE_PAYLOAD_MAX, smin);