Remove some debug

Still a lot of debug remaining. Removed some pointless lines in the
meantime.

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2016-10-24 23:03:47 +01:00
parent e9a618b940
commit 7fe6bc50ac

View File

@@ -124,17 +124,12 @@ int playWav(const char *wav)
csndIsPlaying(8, &status);
printf("Got to line %d. Read %d bytes\n", __LINE__, bytesRead);
if(csndPlaySound(8, SOUND_FORMAT_16BIT | SOUND_ONE_SHOT, 48000, 1, 0,
buffer, buffer, size) != 0)
{
printf("Error %d.\n", __LINE__);
}
printf("Line %d: status: %d", __LINE__, status);
printf("Got to line %d\n", __LINE__);
}
printf("Got to line %d\n", __LINE__);