mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Merge pull request #417 from Qveshn/fix/customlog-extra-output
Unnecessary debug output removed. I'm very sorry =(
This commit is contained in:
commit
a820665dc4
@ -39,7 +39,6 @@ public class LogFormat extends Formatter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public LogFormat(String format) {
|
public LogFormat(String format) {
|
||||||
System.out.println(format);
|
|
||||||
if (format == null || format.isEmpty()) {
|
if (format == null || format.isEmpty()) {
|
||||||
format = DEFAULT_FORMAT;
|
format = DEFAULT_FORMAT;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user