mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Eeek, remove logging.
This commit is contained in:
parent
fe9ad3fa19
commit
ef6f8b509a
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user