Removed unnecessary logging.
This commit is contained in:
parent
2c56837ee8
commit
b3b9d16ba1
@ -155,17 +155,6 @@ void SynchronizationProtocol::asynchronousUpdate()
|
|||||||
requestTerminate();
|
requestTerminate();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
static int seconds = -1;
|
|
||||||
if (seconds == -1)
|
|
||||||
{
|
|
||||||
seconds = (int)(ceil(m_countdown));
|
|
||||||
}
|
|
||||||
else if (seconds != (int)(ceil(m_countdown)))
|
|
||||||
{
|
|
||||||
seconds = (int)(ceil(m_countdown));
|
|
||||||
Log::info("SynchronizationProtocol", "Starting in %d seconds.",
|
|
||||||
seconds);
|
|
||||||
}
|
|
||||||
} // if m_countdown_activated
|
} // if m_countdown_activated
|
||||||
|
|
||||||
if (NetworkConfig::get()->isServer() && current_time > m_last_time+1)
|
if (NetworkConfig::get()->isServer() && current_time > m_last_time+1)
|
||||||
|
Loading…
Reference in New Issue
Block a user