remove the logging of the multipart email struct
This flooded the logs with the encoded image of the insurance card
This commit is contained in:
parent
a3fbdfae8b
commit
1decdb43a5
|
@ -421,7 +421,7 @@ pub async fn health_form(MultipartForm(form): MultipartForm<HealthForm>) -> Http
|
||||||
MultiPart::alternative_plain_html(String::from("Testing"), email.into_string())
|
MultiPart::alternative_plain_html(String::from("Testing"), email.into_string())
|
||||||
};
|
};
|
||||||
|
|
||||||
log::info!("{:?}", multi);
|
// log::info!("{:?}", multi);
|
||||||
|
|
||||||
if let Ok(m) = Message::builder()
|
if let Ok(m) = Message::builder()
|
||||||
.from(
|
.from(
|
||||||
|
|
Loading…
Reference in a new issue