From 1d0821a79011fb5414ede7fdcb5ce4bfcee6958c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 29 Jun 2024 13:29:16 +0200 Subject: Remove debug printf --- src/common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common.c') diff --git a/src/common.c b/src/common.c index 80d8256..d31c558 100644 --- a/src/common.c +++ b/src/common.c @@ -85,7 +85,6 @@ static thread_once_t init_once = THREAD_ONCE_INIT; static void _log_init(void) { - printf("******** _log_init ********\n"); mutex_init(&log_mutex); } -- cgit v1.1-32-gdbae