1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-30 19:24:42 +02:00

Remove debug print

Dieser Commit ist enthalten in:
Daniel García 2018-07-13 00:40:59 +02:00
Ursprung 8ff50481e5
Commit c722256cbd

Datei anzeigen

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