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

Unnecessary debug output removed. I'm very sorry =(
This commit is contained in:
Matthew Miller
2018-05-27 21:41:12 +10:00
committed by GitHub

View File

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