Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Unnecessary debug output removed
It was my mistake, I'm very sorry =(
Dieser Commit ist enthalten in:
Ursprung
9f86e71d47
Commit
ebd2a5b7c8
@ -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;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren