Unnecessary debug output removed

It was my mistake, I'm very sorry =(
Dieser Commit ist enthalten in:
Qveshn 2018-05-27 13:45:30 +03:00
Ursprung 9f86e71d47
Commit ebd2a5b7c8

Datei anzeigen

@ -39,7 +39,6 @@ public class LogFormat extends Formatter {
}
public LogFormat(String format) {
System.out.println(format);
if (format == null || format.isEmpty()) {
format = DEFAULT_FORMAT;
}