mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +00:00
Remove unneeded WS logging
This commit is contained in:
parent
cd8acc2e8c
commit
ebc47dc161
1 changed files with 0 additions and 2 deletions
|
@ -157,8 +157,6 @@ impl Handler for WSHandler {
|
|||
}
|
||||
|
||||
fn on_message(&mut self, msg: Message) -> ws::Result<()> {
|
||||
info!("Server got message '{}'. ", msg);
|
||||
|
||||
if let Message::Text(text) = msg.clone() {
|
||||
let json = &text[..text.len() - 1]; // Remove last char
|
||||
|
||||
|
|
Loading…
Reference in a new issue