remove console log
This commit is contained in:
parent
891d6bde70
commit
28d7592c20
@ -27,7 +27,6 @@ public class YamlMapper {
|
||||
|
||||
if(value instanceof MapSection) {
|
||||
// Nested element - run recursively
|
||||
System.out.println("run recurse");
|
||||
read(locale, (MapSection) value, childNode);
|
||||
} else {
|
||||
Translation translation = childNode.getValue();
|
||||
|
Loading…
x
Reference in New Issue
Block a user