sixel: disable debug logging

This commit is contained in:
Daniel Eklöf 2024-03-16 08:57:15 +01:00
parent 60fd4a262c
commit f17b989650
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -4,7 +4,7 @@
#include <limits.h>
#define LOG_MODULE "sixel"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "log.h"
#include "debug.h"
#include "grid.h"