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()