remove a useless logging call

main
Walker Fowlkes 7 months ago
parent 90e354d4dc
commit 539731118d

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

Loading…
Cancel
Save