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)