Remove debug print

This commit is contained in:
Matt Nadareski
2021-09-23 15:05:46 -07:00
parent 594f001dda
commit 1df157434d

View File

@@ -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)