From ebc47dc161405518c4a88d1ac006b8def1677ad8 Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Thu, 17 Oct 2019 17:15:11 +0200 Subject: [PATCH] Remove unneeded WS logging --- src/api/notifications.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/notifications.rs b/src/api/notifications.rs index aa2641f1..ee7acd82 100644 --- a/src/api/notifications.rs +++ b/src/api/notifications.rs @@ -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