Remove debug log

This commit is contained in:
Gregory Schier
2024-03-16 12:50:27 -07:00
parent 6fd1b35a50
commit 276bcfceeb
2 changed files with 1 additions and 2 deletions

View File

@@ -315,7 +315,6 @@ pub async fn send_http_request(
part
} else {
let ct = render::render(ct_raw, &workspace, environment_ref);
println!("CT: {}", ct);
part.mime_str(ct.as_str()).map_err(|e| e.to_string())?
});
}