mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
sixel: disable debug logging
This commit is contained in:
parent
60fd4a262c
commit
f17b989650
1 changed files with 1 additions and 1 deletions
2
sixel.c
2
sixel.c
|
|
@ -4,7 +4,7 @@
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#define LOG_MODULE "sixel"
|
#define LOG_MODULE "sixel"
|
||||||
#define LOG_ENABLE_DBG 1
|
#define LOG_ENABLE_DBG 0
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "grid.h"
|
#include "grid.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue