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 a66d2592710d382396135cd985afc1827aeeb77c
parent d2aa64df5cac6af4b94c44c723c40f900ccada38
Author: Joris Vink <joris@coders.se>
Date:   Fri, 29 Mar 2019 19:15:10 +0100

kill debug line

Diffstat:
src/fileref.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/fileref.c b/src/fileref.c @@ -185,7 +185,6 @@ fileref_expiration_check(void *arg, u_int64_t now) { struct kore_fileref *ref, *next; - printf("ref timer run\n"); for (ref = TAILQ_FIRST(&refs); ref != NULL; ref = next) { next = TAILQ_NEXT(ref, list);