Remove commented code

This commit is contained in:
Matt Nadareski
2025-08-26 06:56:11 -04:00
parent 29bd888052
commit 5958dac739

View File

@@ -93,12 +93,6 @@ namespace ExtractionTool
// Get the file type
WrapperType ft = WrapperFactory.GetFileType(magic, extension);
var wrapper = WrapperFactory.CreateWrapper(ft, stream);
// if (wrapper == null)
// {
// Console.WriteLine("Could not determine the file format, skipping...");
// Console.WriteLine();
// return;
// }
// Create the output directory
Directory.CreateDirectory(outputDirectory);