Merge pull request #417 from Qveshn/fix/customlog-extra-output

Unnecessary debug output removed. I'm very sorry =(
Dieser Commit ist enthalten in:
Matthew Miller 2018-05-27 21:41:12 +10:00 committet von GitHub
Commit a820665dc4
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

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;
}