server: remove excess logging

This commit is contained in:
Bill Thiede 2025-08-19 12:04:29 -07:00
parent 49e93829dd
commit 8acf541d53

View File

@ -376,11 +376,6 @@ pub async fn thread(
current_html.push_str(&html_summary); current_html.push_str(&html_summary);
} }
error!(
"mimetype {} raw_report_content.is_some() {}",
m.ctype.mimetype.as_str(),
raw_report_content.is_some()
);
if let Some(raw_content) = raw_report_content { if let Some(raw_content) = raw_report_content {
let pretty_printed_content = if m.ctype.mimetype.as_str() == MULTIPART_REPORT { let pretty_printed_content = if m.ctype.mimetype.as_str() == MULTIPART_REPORT {
// Pretty print JSON // Pretty print JSON