server info: remove debug printf

This commit is contained in:
Andrzej Rybczak
2014-08-28 02:02:30 +02:00
parent a3ee8736ce
commit 99937bb468

View File

@@ -74,7 +74,6 @@ std::wstring ServerInfo::title()
void ServerInfo::update()
{
Statusbar::printf("%1%, %2%", Global::Timer, m_timer);
if (Global::Timer - m_timer < boost::posix_time::seconds(1))
return;
m_timer = Global::Timer;