geforkt von Mirrors/FastAsyncWorldEdit
Merge pull request #417 from Qveshn/fix/customlog-extra-output
Unnecessary debug output removed. I'm very sorry =(
Dieser Commit ist enthalten in:
Commit
a820665dc4
@ -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;
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren