removed debugging

This commit is contained in:
Jorj Bauer 2017-02-28 17:50:52 -05:00
parent 7293bd42e6
commit 4820babb56
1 changed files with 0 additions and 2 deletions

View File

@ -136,11 +136,9 @@ void SDLSpeaker::maintainSpeaker(uint32_t c)
mixerValue += (toggleState ? 0xFF : 0x00);
numMixed += 2;
#if DEBUGGING
if (numMixed != 8) {
printf("SPEAKER FAIL - should always be 8\n");
}
#endif
mixerValue >>= 3; // divide by 8