aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/ALc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 17884f89..9f396ead 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1962,10 +1962,8 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList)
device->Hrtf = NULL;
if(device->FmtChans != DevFmtStereo)
{
- TRACE("HRTF %s\n", "disabled");
free(device->Bs2b);
device->Bs2b = NULL;
- TRACE("BS2B disabled\n");
}
else
{