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())?
});
}

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "Yaak",
"version": "2024.3.5"
"version": "2024.3.6"
},
"tauri": {
"windows": [],