server: remove excess logging
This commit is contained in:
parent
49e93829dd
commit
8acf541d53
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user