selection: disable debug logging

This commit is contained in:
Daniel Eklöf 2019-07-11 10:01:46 +02:00
parent 84c0bb8f59
commit 18070cf286
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,7 +1,7 @@
#include "selection.h"
#define LOG_MODULE "selection"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "log.h"
#include "render.h"