From 6b348717d81fcfd0effc3bee489bff2b8e6f271d Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 26 Jul 2013 20:03:25 +0000 Subject: Removed debug-logging the player movement in each tick git-svn-id: http://mc-server.googlecode.com/svn/trunk@1685 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Player.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/Player.cpp') diff --git a/source/Player.cpp b/source/Player.cpp index c122f95dd..87a94f6fa 100644 --- a/source/Player.cpp +++ b/source/Player.cpp @@ -1302,7 +1302,6 @@ void cPlayer::ApplyFoodExhaustionFromMovement(cChunk & a_Chunk) // Apply the exhaustion based on distance travelled: double BaseExhaustion = Movement.Length(); - LOGD("Movement: %.03f m", BaseExhaustion); if (IsSprinting()) { // 0.1 pt per meter sprinted -- cgit v1.2.3