aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-22 22:33:19 -0800
committerChris Robinson <[email protected]>2014-11-22 22:33:19 -0800
commit7e716bfc4a2bf65055912f07ba4321bf40e2a03f (patch)
treeb1386a23ef63b2d2991990abcd1158902cc4a780 /Alc
parent4f279557a6f9fa8102a18be26b0be44ccbb6e47e (diff)
Remove a couple unnecessary traces
Diffstat (limited to 'Alc')
-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
{