remove console log

This commit is contained in:
Marcel Haßlinger 2021-11-10 10:40:12 +01:00
parent 891d6bde70
commit 28d7592c20

View File

@ -27,7 +27,6 @@ public class YamlMapper {
if(value instanceof MapSection) { if(value instanceof MapSection) {
// Nested element - run recursively // Nested element - run recursively
System.out.println("run recurse");
read(locale, (MapSection) value, childNode); read(locale, (MapSection) value, childNode);
} else { } else {
Translation translation = childNode.getValue(); Translation translation = childNode.getValue();