remove norwegian debug

This commit is contained in:
Joris Vink 2021-09-06 13:40:33 +02:00
parent 7f56c7dbf2
commit 06991d22d5
1 changed files with 0 additions and 1 deletions

View File

@ -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);