diff --git a/src/engine/net_chan.cpp b/src/engine/net_chan.cpp index b9a29b31..e7a769e3 100644 --- a/src/engine/net_chan.cpp +++ b/src/engine/net_chan.cpp @@ -381,7 +381,7 @@ bool CNetChan::_ProcessMessages(CNetChan* pChan, bf_read* pBuf) bool CNetChan::ProcessMessages(bf_read* buf) { m_bStopProcessing = false; - const double flStartTime = Plat_FloatTime(); + //const double flStartTime = Plat_FloatTime(); while (true) {