mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 02:08:20 +02:00 
			
		
		
		
	Remove debug print
This commit is contained in:
		| @@ -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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user