From 1df157434d49f827e78df1179c45381b1c34c31d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 23 Sep 2021 15:05:46 -0700 Subject: [PATCH] Remove debug print --- BurnOutSharp/ProtectionType/CDDVDCops.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BurnOutSharp/ProtectionType/CDDVDCops.cs b/BurnOutSharp/ProtectionType/CDDVDCops.cs index 6b94a58c..bed5194c 100644 --- a/BurnOutSharp/ProtectionType/CDDVDCops.cs +++ b/BurnOutSharp/ProtectionType/CDDVDCops.cs @@ -19,8 +19,6 @@ namespace BurnOutSharp.ProtectionType if (sections == null) return null; - pex.PrintAllSections(); - // Get the .grand section, if it exists -- TODO: Confirm is this is in DVD-Cops as well bool grandSection = pex.ContainsSection(".grand", exact: true); if (grandSection)