aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/pipewire.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/backends/pipewire.cpp')
-rw-r--r--alc/backends/pipewire.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/backends/pipewire.cpp b/alc/backends/pipewire.cpp
index 1847e866..361dd18c 100644
--- a/alc/backends/pipewire.cpp
+++ b/alc/backends/pipewire.cpp
@@ -914,7 +914,6 @@ void EventManager::removeCallback(uint32_t id)
if(mDefaultMetadata && mDefaultMetadata->mId == id)
{
- ERR("Removing default metadata\n");
al::destroy_at(mDefaultMetadata);
mDefaultMetadata = nullptr;
}