mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Remove log output from DefaultBlockParser
This commit is contained in:
parent
a66080d803
commit
4e463af1df
@ -479,7 +479,6 @@ public class DefaultBlockParser extends InputParser<BaseBlock> {
|
||||
nbt = state.getNbtData();
|
||||
BaseBlock result;
|
||||
if (nbt != null) {
|
||||
WorldEdit.logger.info(blockStates.size());
|
||||
result = blockStates.size() > 0 ? state.toBaseBlock(nbt) : new BlanketBaseBlock(state, nbt);
|
||||
} else {
|
||||
result = state.toBaseBlock();
|
||||
|
Loading…
Reference in New Issue
Block a user