From 12152a8ae42951dc58e654b512a7901e0a857eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 23 Jul 2024 06:59:14 +0200 Subject: [PATCH] unicode-mode: disable debug logging --- unicode-mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicode-mode.c b/unicode-mode.c index b902b5f4..1acdc664 100644 --- a/unicode-mode.c +++ b/unicode-mode.c @@ -1,7 +1,7 @@ #include "unicode-mode.h" #define LOG_MODULE "unicode-input" -#define LOG_ENABLE_DBG 1 +#define LOG_ENABLE_DBG 0 #include "log.h" #include "render.h" #include "search.h"