mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 07:19:45 +02:00
Remove debug log
This commit is contained in:
@@ -315,7 +315,6 @@ pub async fn send_http_request(
|
|||||||
part
|
part
|
||||||
} else {
|
} else {
|
||||||
let ct = render::render(ct_raw, &workspace, environment_ref);
|
let ct = render::render(ct_raw, &workspace, environment_ref);
|
||||||
println!("CT: {}", ct);
|
|
||||||
part.mime_str(ct.as_str()).map_err(|e| e.to_string())?
|
part.mime_str(ct.as_str()).map_err(|e| e.to_string())?
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "Yaak",
|
"productName": "Yaak",
|
||||||
"version": "2024.3.5"
|
"version": "2024.3.6"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"windows": [],
|
"windows": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user