module/pipewire: disable debug logging

This commit is contained in:
Daniel Eklöf 2022-12-17 18:26:31 +01:00
parent ede6a541e1
commit 710cede371
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -12,7 +12,7 @@
#include <stdlib.h>
#define LOG_MODULE "pipewire"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "../config-verify.h"
#include "../config.h"
#include "../log.h"