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:
Chris Cochrun 2024-07-01 16:20:13 -05:00
parent a3fbdfae8b
commit 1decdb43a5

View file

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