From c722256cbdb6fb1dddbabe6023431d10a463c4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Fri, 13 Jul 2018 00:40:59 +0200 Subject: [PATCH] Remove debug print --- src/auth.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/auth.rs b/src/auth.rs index 15b184b..d401c38 100644 --- 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 { let headers = request.headers(); - println!("{:#?}", headers); - // Get host let host = if CONFIG.domain_set { CONFIG.domain.clone()