Unnecessary debug output removed

It was my mistake, I'm very sorry =(
This commit is contained in:
Qveshn 2018-05-27 13:45:30 +03:00
parent 9f86e71d47
commit ebd2a5b7c8

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