From db6cfefadded322e4910b38def8c28a1aa6b653e Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 8 Sep 2013 22:43:21 +0200 Subject: Removed the "charging bow" debug message. --- source/Entities/Player.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/Entities/Player.cpp') diff --git a/source/Entities/Player.cpp b/source/Entities/Player.cpp index 0943f61ff..22f1b8967 100644 --- a/source/Entities/Player.cpp +++ b/source/Entities/Player.cpp @@ -220,7 +220,6 @@ void cPlayer::Tick(float a_Dt, cChunk & a_Chunk) if (m_IsChargingBow) { m_BowCharge += 1; - LOGD("Player \"%s\" charging bow: %d", m_PlayerName.c_str(), m_BowCharge); } if (m_bDirtyPosition) -- cgit v1.2.3