search: disable log output

This commit is contained in:
Daniel Eklöf 2019-08-27 21:11:29 +02:00
parent 2759152285
commit 36350b01a5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -4,7 +4,7 @@
#include <xkbcommon/xkbcommon-compose.h>
#define LOG_MODULE "search"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "log.h"
#include "render.h"
#include "selection.h"