diff --git a/BurnOutSharp/ProtectionType/SecuROM.cs b/BurnOutSharp/ProtectionType/SecuROM.cs index 10ec87ac..b8b49495 100644 --- a/BurnOutSharp/ProtectionType/SecuROM.cs +++ b/BurnOutSharp/ProtectionType/SecuROM.cs @@ -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)}";