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