diff --git a/server/src/nm.rs b/server/src/nm.rs index ef69c9a..85d47a0 100644 --- a/server/src/nm.rs +++ b/server/src/nm.rs @@ -376,11 +376,6 @@ pub async fn thread( 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 { let pretty_printed_content = if m.ctype.mimetype.as_str() == MULTIPART_REPORT { // Pretty print JSON