mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
logging: disable debug logging by default
This commit is contained in:
parent
df5be1061d
commit
1373d18dbc
8 changed files with 8 additions and 8 deletions
2
csi.c
2
csi.c
|
|
@ -10,7 +10,7 @@
|
|||
#endif
|
||||
|
||||
#define LOG_MODULE "csi"
|
||||
#define LOG_ENABLE_DBG 1
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
#include "grid.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue