1
0

Removed the "charging bow" debug message.

This commit is contained in:
madmaxoft 2013-09-08 22:43:21 +02:00
parent 641a1286c1
commit db6cfefadd

View File

@ -220,7 +220,6 @@ void cPlayer::Tick(float a_Dt, cChunk & a_Chunk)
if (m_IsChargingBow) if (m_IsChargingBow)
{ {
m_BowCharge += 1; m_BowCharge += 1;
LOGD("Player \"%s\" charging bow: %d", m_PlayerName.c_str(), m_BowCharge);
} }
if (m_bDirtyPosition) if (m_bDirtyPosition)