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 06991d22d5ec1b67e2f9f526366fc473d05abe13
parent 7f56c7dbf2688e665bfbef32ed30bce46564dd9e
Author: Joris Vink <joris@coders.se>
Date:   Mon,  6 Sep 2021 13:40:33 +0200

remove norwegian debug

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

diff --git a/src/kore.c b/src/kore.c @@ -866,7 +866,6 @@ kore_server_start(int argc, char *argv[]) struct kore_runtime_call *rcall; #endif - printf("kore_foreground = %d\n", kore_foreground); if (kore_foreground == 0) { if (daemon(1, 0) == -1) fatal("cannot daemon(): %s", errno_s);