From f17b989650a00d5b888c9634bded4407198b7c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 16 Mar 2024 08:57:15 +0100 Subject: [PATCH] sixel: disable debug logging --- sixel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sixel.c b/sixel.c index f485e4c1..0cb089ed 100644 --- a/sixel.c +++ b/sixel.c @@ -4,7 +4,7 @@ #include #define LOG_MODULE "sixel" -#define LOG_ENABLE_DBG 1 +#define LOG_ENABLE_DBG 0 #include "log.h" #include "debug.h" #include "grid.h"