vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit ebc47dc161405518c4a88d1ac006b8def1677ad8
parent cd8acc2e8cf6a3f416fcc8516ef5fb2fde97cc63
Author: Jellyfrog <Jellyfrog@users.noreply.github.com>
Date:   Thu, 17 Oct 2019 17:15:11 +0200

Remove unneeded WS logging
Diffstat:
Msrc/api/notifications.rs | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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