Skip to content

Commit 94bf92d

Browse files
authored
Final fix
1 parent edf5f2c commit 94bf92d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SabreTools.Serialization/Readers/ISO9660.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System;
21
using System.Collections.Generic;
32
using System.IO;
43
using SabreTools.Data.Extensions;
@@ -689,10 +688,7 @@ public static List<PathTableGroup> ParsePathTableGroup(Stream data, short sector
689688
// Start of sector should not be 0, ignore entire directory
690689
int nextRecordLength = data.PeekByteValue();
691690
if (nextRecordLength <= 0)
692-
{
693-
Console.WriteLine($"Debug: {nextRecordLength} <= {paddingLength}");
694691
return null;
695-
}
696692

697693
continue;
698694
}

0 commit comments

Comments
 (0)