diff --git a/BinaryObjectScanner/Scanner.cs b/BinaryObjectScanner/Scanner.cs index bc3fb2b5..f76a3c51 100644 --- a/BinaryObjectScanner/Scanner.cs +++ b/BinaryObjectScanner/Scanner.cs @@ -304,11 +304,6 @@ namespace BinaryObjectScanner // Get the wrapper, if possible var wrapper = WrapperFactory.CreateWrapper(fileType, stream); - if (wrapper == null) - { - if (_includeDebug) Console.WriteLine($"{fileName} not a scannable file type, skipping..."); - return []; - } #region Non-Archive File Types