From 8d6d215e571065f49ff43ee78dadb8cbae964dac Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 15 Mar 2022 22:10:13 -0700 Subject: [PATCH] Remove commented debug code --- BurnOutSharp/ProtectionType/SecuROM.cs | 2 -- 1 file changed, 2 deletions(-) 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)}";