kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 7100ab0dd3332a4b5a8b654e41eaa98f6942a72f
parent 49ca95f390cbb762282da287c3611746baaa57c4
Author: Joris Vink <joris@coders.se>
Date:   Mon, 22 Jun 2015 21:21:03 +0200

Remove useless log message.

Diffstat:
src/msg.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/msg.c b/src/msg.c @@ -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;