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