mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
Remove debug log
This commit is contained in:
@@ -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())?
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user