Skip to content

Commit

Permalink
Removing spurious debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Nov 11, 1999
1 parent 9f6a3d5 commit 93bfd95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion music.c
Expand Up @@ -289,7 +289,6 @@ int open_music(SDL_AudioSpec *mixer)

/* Calculate the number of ms for each callback */
ms_per_step = ((float)mixer->samples * 1000.0) / mixer->freq;
printf("MS per step = %d\n", ms_per_step);

return(0);
}
Expand Down

0 comments on commit 93bfd95

Please sign in to comment.