Remove a couple unnecessary traces

This commit is contained in:
Chris Robinson
2014-11-22 22:33:19 -08:00
parent 4f279557a6
commit 7e716bfc4a
-2
View File
@@ -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
{