Removed spurious debug lines.

This commit is contained in:
2018-07-01 22:51:06 +01:00
parent 247275f14a
commit 68309fc408
5 changed files with 7 additions and 15 deletions

View File

@@ -1979,9 +1979,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),