mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove spurious debug lines.
This commit is contained in:
@@ -1989,9 +1989,6 @@ namespace DiscImageChef.DiscImages
|
||||
if(trackControl == 0 && track.TrackType != TrackType.Audio)
|
||||
trackControl = (byte)CdFlags.DataTrack;
|
||||
|
||||
System.Console.WriteLine("ttyp {0} alctype {1}", track.TrackType,
|
||||
TrackTypeToAlcohol(track.TrackType));
|
||||
|
||||
thisSessionTracks.Add((int)track.TrackSequence, new AlcoholTrack
|
||||
{
|
||||
mode = TrackTypeToAlcohol(track.TrackType),
|
||||
|
||||
Reference in New Issue
Block a user