module/foreign-toplevel: disable debug logging

This commit is contained in:
Daniel Eklöf 2021-08-27 10:14:54 +02:00
parent 149798fe98
commit e9d762fa03
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -9,7 +9,7 @@
#include <wayland-client.h>
#define LOG_MODULE "foreign-toplevel"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "../log.h"
#include "../plugin.h"
#include "../particles/dynlist.h"