Eeek, remove logging.

This commit is contained in:
Shane Handley 2019-10-17 13:22:26 +09:00 committed by timokoesters
parent 7848944c17
commit 97f36ec917
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::DisconnectionNotification(time) => {
log::warn!("{}", format!("{:#?}", time));
self.hud.new_message(Chat {
chat_type: ChatType::Meta,
message: format!("Connection lost. Kicking in {} seconds", time),