Removed forgotten debug message printed to stderr

This commit is contained in:
Thomas Schmitt 2007-01-19 11:05:18 +00:00
parent a34e872511
commit f418c49e63
2 changed files with 1 additions and 4 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.01.18.211740"
#define Cdrskin_timestamP "2007.01.19.110510"

View File

@ -254,9 +254,6 @@ void mmc_close(struct burn_drive *d, int session, int track)
/* ts A61030 : shifted !!session rather than or-ing plain session */
c.opcode[2] = ((!!session)<<1) | !!track;
fprintf(stderr, "LIBBURN_DEBUG: mmc_close %d\n", c.opcode[2]);
c.opcode[4] = track >> 8;
c.opcode[5] = track & 0xFF;
c.page = NULL;