From 75fea3cd1eff107d1bc3ee17822d87b2b53c92c9 Mon Sep 17 00:00:00 2001 From: Safwat Halaby Date: Thu, 24 Dec 2015 17:57:45 +0200 Subject: Silenced the Redstone Simulator console spam --- src/Simulator/IncrementalRedstoneSimulator/TrappedChestHandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Simulator/IncrementalRedstoneSimulator/TrappedChestHandler.h') diff --git a/src/Simulator/IncrementalRedstoneSimulator/TrappedChestHandler.h b/src/Simulator/IncrementalRedstoneSimulator/TrappedChestHandler.h index eb434d611..6cc56d0cd 100644 --- a/src/Simulator/IncrementalRedstoneSimulator/TrappedChestHandler.h +++ b/src/Simulator/IncrementalRedstoneSimulator/TrappedChestHandler.h @@ -69,7 +69,7 @@ public: virtual cVector3iArray Update(const Vector3i & a_Position, BLOCKTYPE a_BlockType, NIBBLETYPE a_Meta, PoweringData a_PoweringData) override { - LOGD("Evaluating tricky the trapped chest (%d %d %d)", a_Position.x, a_Position.y, a_Position.z); + // LOGD("Evaluating tricky the trapped chest (%d %d %d)", a_Position.x, a_Position.y, a_Position.z); auto Power = GetPowerLevel(a_Position, a_BlockType, a_Meta); auto PreviousPower = static_cast(m_World.GetRedstoneSimulator())->GetChunkData()->ExchangeUpdateOncePowerData(a_Position, PoweringData(a_BlockType, Power)); @@ -87,7 +87,7 @@ public: UNUSED(a_Position); UNUSED(a_BlockType); UNUSED(a_Meta); - + return {}; } }; -- cgit v1.2.3