diff --git a/src/common.c b/src/common.c index 80d82560..d31c5583 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); }