1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-11 02:23:14 +00:00

Merge pull request 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

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