Skip to content

Commit

Permalink
Remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jun 29, 2024
1 parent 63094e7 commit 1d0821a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 1d0821a

Please sign in to comment.