Remove debug message
This commit is contained in:
parent
5da78f7565
commit
ea593d5002
|
|
@ -196,7 +196,6 @@ public class ModernFixEarlyConfig {
|
||||||
String potentialParentKey = entry.getKey().substring(0, idx);
|
String potentialParentKey = entry.getKey().substring(0, idx);
|
||||||
Option potentialParent = this.options.get(potentialParentKey);
|
Option potentialParent = this.options.get(potentialParentKey);
|
||||||
if(potentialParent != null) {
|
if(potentialParent != null) {
|
||||||
System.out.println(potentialParentKey + " -> " + entry.getKey());
|
|
||||||
entry.getValue().setParent(potentialParent);
|
entry.getValue().setParent(potentialParent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user