diff options
Diffstat (limited to '')
-rw-r--r-- | source/cClientHandle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp index d1c924064..24051f605 100644 --- a/source/cClientHandle.cpp +++ b/source/cClientHandle.cpp @@ -1214,7 +1214,6 @@ void cClientHandle::HandlePacket( cPacket* a_Packet ) {
cTimer t1;
m_Ping = (short)(t1.GetNowTime() - m_PingStartTime);
- LOG("%s ping: %d\n", m_Player->GetName(), m_Ping);
}
}
break;
|