mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08: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 LogFormat() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
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