From 39ca9f47d8f75ade5333add622b6b25f9158d957 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Tue, 15 Jul 2025 19:57:54 +0100 Subject: [PATCH] Removed dead code --- frontend/src-tauri/src/utils/logging.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/src-tauri/src/utils/logging.rs b/frontend/src-tauri/src/utils/logging.rs index 513be751f..bda1913ad 100644 --- a/frontend/src-tauri/src/utils/logging.rs +++ b/frontend/src-tauri/src/utils/logging.rs @@ -87,9 +87,4 @@ pub fn get_logs() -> Vec { #[tauri::command] pub async fn get_tauri_logs() -> Result, String> { Ok(get_logs()) -} - -// Get log file path for external access -pub fn get_log_file_path() -> PathBuf { - get_log_directory().join("tauri-backend.log") -} +} \ No newline at end of file