mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
scrollback: disable debug logging
This commit is contained in:
parent
607755536f
commit
5144fcba0c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#include "commands.h"
|
#include "commands.h"
|
||||||
|
|
||||||
#define LOG_MODULE "commands"
|
#define LOG_MODULE "commands"
|
||||||
#define LOG_ENABLE_DBG 1
|
#define LOG_ENABLE_DBG 0
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "terminal.h"
|
#include "terminal.h"
|
||||||
#include "render.h"
|
#include "render.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue