mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
search: disable log output
This commit is contained in:
parent
2759152285
commit
36350b01a5
1 changed files with 1 additions and 1 deletions
2
search.c
2
search.c
|
|
@ -4,7 +4,7 @@
|
||||||
#include <xkbcommon/xkbcommon-compose.h>
|
#include <xkbcommon/xkbcommon-compose.h>
|
||||||
|
|
||||||
#define LOG_MODULE "search"
|
#define LOG_MODULE "search"
|
||||||
#define LOG_ENABLE_DBG 1
|
#define LOG_ENABLE_DBG 0
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "render.h"
|
#include "render.h"
|
||||||
#include "selection.h"
|
#include "selection.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue