Disable debug logging

This commit is contained in:
Daniel Eklöf 2022-04-27 18:44:17 +02:00
parent 32d9895697
commit 8356dfac2f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#include <string.h>
#define LOG_MODULE "extract"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "log.h"
#include "char32.h"