Remove spurious debug lines.

This commit is contained in:
2018-07-15 21:20:00 +01:00
parent f9dc09307d
commit fdce277869
2 changed files with 0 additions and 4 deletions

View File

@@ -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),