wayland: disable debug logs

This commit is contained in:
Daniel Eklöf 2020-02-26 12:47:00 +01:00
parent 1e1b204377
commit 6ca880bd3e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -20,7 +20,7 @@
#include <xdg-decoration-unstable-v1.h>
#define LOG_MODULE "wayland"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "log.h"
#include "config.h"