From 276bcfceeb76a2dd07372d64c5154394de48198f Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 16 Mar 2024 12:50:27 -0700 Subject: [PATCH] Remove debug log --- src-tauri/src/http.rs | 1 - src-tauri/tauri.conf.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src-tauri/src/http.rs b/src-tauri/src/http.rs index 78672af6..dd8338cf 100644 --- a/src-tauri/src/http.rs +++ b/src-tauri/src/http.rs @@ -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())? }); } diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ab3b3da4..f2193c1b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Yaak", - "version": "2024.3.5" + "version": "2024.3.6" }, "tauri": { "windows": [],