remove stray printf

This commit is contained in:
nattthebear 2017-07-03 09:09:00 -04:00
parent bc55597e90
commit b6d2f38899
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ void cdd_read_data(uint8 *dst)
void cdd_read_audio(short *buffer, unsigned int samples)
{
printf("cdd_read_audio %u\n", samples);
short *outptr = buffer;
/* audio track playing ? */
if (!Pico_mcd->s68k_regs[0x36 + 0])