Remove useless log message.

This commit is contained in:
Joris Vink 2015-06-22 21:21:03 +02:00
parent 49ca95f390
commit 7100ab0dd3
1 changed files with 0 additions and 2 deletions

View File

@ -155,8 +155,6 @@ msg_recv_parent(struct netbuf *nb)
{
struct connection *c;
kore_log(LOG_NOTICE, "got %d bytes", nb->s_off);
TAILQ_FOREACH(c, &connections, list) {
if (c == nb->owner)
continue;