remove a useless logging call

main
Walker Fowlkes 1 month ago
parent 90e354d4dc
commit 539731118d

@ -127,7 +127,6 @@ class TerminalEntity(pos: BlockPos, state: BlockState) : Peripheral(RedControl.T
}
if (data.command in 1..4) {
RedControl.LOGGER.info("{}",data.command)
markDirty()
world?.updateListeners(pos, cachedState, cachedState, Block.NOTIFY_LISTENERS)
}

Loading…
Cancel
Save