Skip to content

Commit

Permalink
f6d7a1d accidently added a debug printf()
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Dec 17, 2023
1 parent 4b0425f commit a8780b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filesel/cdfs/cue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,6 @@ OCP_INTERNAL struct cdfs_disc_t *cue_parser_to_cdfs_disc (struct ocpfile_t *pare

for (; copytrackcounter <= cue_parser->track; copytrackcounter++)
{
fprintf (stderr, "track %d(%d) %d\n", copytrackcounter, cue_parser->track_data[copytrackcounter].track_mode);
if (cue_parser->track_data[copytrackcounter].datasource > i) break;

if (cue_parser->track_data[copytrackcounter].track_mode == AUDIO)
Expand Down

0 comments on commit a8780b3

Please sign in to comment.