diff options
author | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-12-24 17:57:34 +0100 |
---|---|---|
committer | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-12-24 17:57:34 +0100 |
commit | 87b2d60a0e5516f536d710774020e7ca82315322 (patch) | |
tree | 23e0626fe632845b838942660145047245665b76 /src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h | |
parent | Merge pull request #2801 from cuberite/ExposeJson (diff) | |
parent | Silenced the Redstone Simulator console spam (diff) | |
download | cuberite-87b2d60a0e5516f536d710774020e7ca82315322.tar cuberite-87b2d60a0e5516f536d710774020e7ca82315322.tar.gz cuberite-87b2d60a0e5516f536d710774020e7ca82315322.tar.bz2 cuberite-87b2d60a0e5516f536d710774020e7ca82315322.tar.lz cuberite-87b2d60a0e5516f536d710774020e7ca82315322.tar.xz cuberite-87b2d60a0e5516f536d710774020e7ca82315322.tar.zst cuberite-87b2d60a0e5516f536d710774020e7ca82315322.zip |
Diffstat (limited to 'src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h')
-rw-r--r-- | src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h b/src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h index eb7db2c8e..a95cf2e24 100644 --- a/src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h +++ b/src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h @@ -58,7 +58,7 @@ public: virtual cVector3iArray Update(const Vector3i & a_Position, BLOCKTYPE a_BlockType, NIBBLETYPE a_Meta, PoweringData a_PoweringData) override { - LOGD("Evaluating torchy the redstone torch (%i %i %i)", a_Position.x, a_Position.y, a_Position.z); + // LOGD("Evaluating torchy the redstone torch (%i %i %i)", a_Position.x, a_Position.y, a_Position.z); auto Data = static_cast<cIncrementalRedstoneSimulator *>(m_World.GetRedstoneSimulator())->GetChunkData(); auto DelayInfo = Data->GetMechanismDelayInfo(a_Position); |