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

@@ -437,7 +437,6 @@
</e>
</e>
<e p="DiscImageChef.DiscImages" t="IncludeRecursive">
<e p=".syncthing.Alcohol120.cs.tmp" t="Include" />
<e p="Alcohol120.cs" t="Include" />
<e p="Anex86.cs" t="Include" />
<e p="Apple2MG.cs" t="Include" />

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