Skip to content

Commit

Permalink
Disable debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Apr 27, 2009
1 parent 0362cce commit 4a3355c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/mint/SDL_mintaudio_mcsn.c
Expand Up @@ -272,7 +272,7 @@ static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec)
break;
}

#if 1
#if 0
for (i=0; i<MINTAUDIO_freqcount; i++) {
DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n",
i, MINTAUDIO_frequencies[i].frequency, MINTAUDIO_frequencies[i].masterclock,
Expand Down

0 comments on commit 4a3355c

Please sign in to comment.