diff --git a/src/server_info.cpp b/src/server_info.cpp index bccf70f4..c327fa78 100644 --- a/src/server_info.cpp +++ b/src/server_info.cpp @@ -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;