mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 05:35:24 +00:00
Remove incorrect console statement
This commit is contained in:
@@ -931,7 +931,6 @@ namespace ExecutableTest
|
||||
Console.WriteLine($"{padding}Hardware-independent icon resource found, not parsed yet");
|
||||
break;
|
||||
case BurnOutSharp.Models.PortableExecutable.ResourceType.RT_VERSION:
|
||||
Console.WriteLine($"{padding}Version resource found, not parsed yet");
|
||||
var versionInfo = entry.AsVersionInfo();
|
||||
if (versionInfo == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user