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 95a7ffdf6ba5c331c67155f9b7e558300eb0a908
parent cd8acc2e8cf6a3f416fcc8516ef5fb2fde97cc63
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Thu, 17 Oct 2019 20:21:47 +0200

Merge pull request #673 from Jellyfrog/patch-2

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