Remove commented debug code

This commit is contained in:
Matt Nadareski
2022-03-15 22:10:13 -07:00
parent d54a90a034
commit 8d6d215e57

View File

@@ -20,8 +20,6 @@ namespace BurnOutSharp.ProtectionType
if (sections == null)
return null;
//pex.PrintAllSections();
string name = Utilities.GetFileDescription(pex);
if (!string.IsNullOrWhiteSpace(name) && name.Contains("SecuROM PA"))
return $"SecuROM PA v{Utilities.GetFileVersion(pex)}";