Remove debug code

This commit is contained in:
Ken Cooke 2017-10-06 08:05:55 -07:00
parent c6f3a9d9c3
commit 4f19366349

View file

@ -323,8 +323,6 @@ void GateImpl::processHistogram(int numFrames) {
// smooth threshold update
_threshAdapt = threshold + MULQ31((_threshAdapt - threshold), tcThreshold);
//printf("threshold = %0.1f\n", (_threshAdapt - (LOG2_HEADROOM_Q15 << LOG2_FRACBITS)) * -6.02f / (1 << LOG2_FRACBITS));
}
//