Eeek, remove logging.

This commit is contained in:
Shane Handley 2019-10-17 13:22:26 +09:00 committed by timokoesters
parent fe9ad3fa19
commit ef6f8b509a
No known key found for this signature in database
GPG Key ID: CD80BE9AAEE78097

View File

@ -64,8 +64,6 @@ impl SessionState {
} }
client::Event::Disconnect => {} // TODO client::Event::Disconnect => {} // TODO
client::Event::DisconnectionNotification(time) => { client::Event::DisconnectionNotification(time) => {
log::warn!("{}", format!("{:#?}", time));
self.hud.new_message(Chat { self.hud.new_message(Chat {
chat_type: ChatType::Meta, chat_type: ChatType::Meta,
message: format!("Connection lost. Kicking in {} seconds", time), message: format!("Connection lost. Kicking in {} seconds", time),