mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-08 18:06:34 +00:00
Remove commented code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user