mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-02 01:40:13 -05:00
box-drawing: disable debug output
This commit is contained in:
parent
71d187119f
commit
11d4e9ee53
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#define LOG_MODULE "box-drawing"
|
#define LOG_MODULE "box-drawing"
|
||||||
#define LOG_ENABLE_DBG 1
|
#define LOG_ENABLE_DBG 0
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
#include "stride.h"
|
#include "stride.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue