Removed forgotten debug message printed to stderr
This commit is contained in:
parent
a34e872511
commit
f418c49e63
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.01.18.211740"
|
#define Cdrskin_timestamP "2007.01.19.110510"
|
||||||
|
@ -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 */
|
/* ts A61030 : shifted !!session rather than or-ing plain session */
|
||||||
c.opcode[2] = ((!!session)<<1) | !!track;
|
c.opcode[2] = ((!!session)<<1) | !!track;
|
||||||
|
|
||||||
fprintf(stderr, "LIBBURN_DEBUG: mmc_close %d\n", c.opcode[2]);
|
|
||||||
|
|
||||||
c.opcode[4] = track >> 8;
|
c.opcode[4] = track >> 8;
|
||||||
c.opcode[5] = track & 0xFF;
|
c.opcode[5] = track & 0xFF;
|
||||||
c.page = NULL;
|
c.page = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user