mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Unnecessary debug output removed
It was my mistake, I'm very sorry =(
This commit is contained in:
parent
9f86e71d47
commit
ebd2a5b7c8
@ -39,7 +39,6 @@ public LogFormat() {
|
||||
}
|
||||
|
||||
public LogFormat(String format) {
|
||||
System.out.println(format);
|
||||
if (format == null || format.isEmpty()) {
|
||||
format = DEFAULT_FORMAT;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user