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 c722256cbdb6fb1dddbabe6023431d10a463c4d4
parent 8ff50481e58256f274ef364f9ea29759752df4b5
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Fri, 13 Jul 2018 00:40:59 +0200

Remove debug print

Diffstat:
Msrc/auth.rs | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/auth.rs b/src/auth.rs @@ -109,8 +109,6 @@ impl<'a, 'r> FromRequest<'a, 'r> for Headers { fn from_request(request: &'a Request<'r>) -> request::Outcome<Self, Self::Error> { let headers = request.headers(); - println!("{:#?}", headers); - // Get host let host = if CONFIG.domain_set { CONFIG.domain.clone()