Remove more useless messages

This commit is contained in:
MattBDev
2020-03-31 19:39:37 -04:00
parent 56395534fa
commit 6e1cb4cfbc
2 changed files with 0 additions and 6 deletions

View File

@ -230,11 +230,6 @@ public class BukkitGetBlocks_1_15_2 extends CharGetBlocks {
}
int ordinal = set.getBlock(lx, ly, lz).getOrdinal();
if (log.isInfoEnabled()) {
log.info("The following is not an error. It just a debugging message. There is no need to report this. \n ordinal: " + ordinal + "NBT: " + set.getBlock(lx, ly, lz).hasNbtData());
} else {
log.error("The following is not an error. It just a debugging message. There is no need to report this. \n ordinal: " + ordinal + "NBT: " + set.getBlock(lx, ly, lz).hasNbtData());
}
if (ordinal != 0) {
TileEntity tile = entry.getValue();
tile.hasWorld();