diff options
author | Chris Robinson <[email protected]> | 2021-08-27 04:16:10 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-09-01 20:06:24 -0700 |
commit | d97ff8f1c41cb371a873c22be2df3c577cca228a (patch) | |
tree | 8820304a9acf1621a6b257d1b07e8f5f6142d4b3 | |
parent | 325523b06a3b34d1b759b582a2db33a8013d7517 (diff) |
Remove a leftover debug trace
-rw-r--r-- | alc/backends/pipewire.cpp | 1 |
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; } |