Remove debug message

This commit is contained in:
embeddedt 2023-07-28 21:21:45 -04:00
parent 5da78f7565
commit ea593d5002
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -196,7 +196,6 @@ public class ModernFixEarlyConfig {
String potentialParentKey = entry.getKey().substring(0, idx);
Option potentialParent = this.options.get(potentialParentKey);
if(potentialParent != null) {
System.out.println(potentialParentKey + " -> " + entry.getKey());
entry.getValue().setParent(potentialParent);
}
}