From 1decdb43a58ac1e4c17dfea6c3843dc941788385 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 1 Jul 2024 16:20:13 -0500 Subject: [PATCH] remove the logging of the multipart email struct This flooded the logs with the encoded image of the insurance card --- src/api/health_form.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/health_form.rs b/src/api/health_form.rs index 87d1901..ca29d1d 100644 --- a/src/api/health_form.rs +++ b/src/api/health_form.rs @@ -421,7 +421,7 @@ pub async fn health_form(MultipartForm(form): MultipartForm) -> Http MultiPart::alternative_plain_html(String::from("Testing"), email.into_string()) }; - log::info!("{:?}", multi); + // log::info!("{:?}", multi); if let Ok(m) = Message::builder() .from(