From 7e716bfc4a2bf65055912f07ba4321bf40e2a03f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 22 Nov 2014 22:33:19 -0800 Subject: [PATCH] Remove a couple unnecessary traces --- Alc/ALc.c | 2 -- 1 file changed, 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 { -- 2.11.4.GIT