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
commit a820665dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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