From 5958dac739fab62004bd4c622d9ff27033c374de Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 26 Aug 2025 06:56:11 -0400 Subject: [PATCH] Remove commented code --- ExtractionTool/Program.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ExtractionTool/Program.cs b/ExtractionTool/Program.cs index 3ec7f68a..75bd7325 100644 --- a/ExtractionTool/Program.cs +++ b/ExtractionTool/Program.cs @@ -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);