Remove duplicate comment

This commit is contained in:
Matt Nadareski
2022-03-15 15:48:05 -07:00
parent b6c6c01358
commit 6606b388f6

View File

@@ -107,7 +107,6 @@ namespace BurnOutSharp.FileType
stream.Seek(0, SeekOrigin.Begin);
// Iterate through all generic content checks
// Check using custom content checks first
if (fileContent != null)
{
Parallel.ForEach(contentCheckClasses, contentCheckClass =>