diff options
-rw-r--r-- | src/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |