mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-02 13:48:15 +02:00
Removed dead code
This commit is contained in:
parent
7b77cdf61a
commit
39ca9f47d8
@ -87,9 +87,4 @@ pub fn get_logs() -> Vec<String> {
|
|||||||
#[tauri::command]
|
#[tauri::command]
|
||||||
pub async fn get_tauri_logs() -> Result<Vec<String>, String> {
|
pub async fn get_tauri_logs() -> Result<Vec<String>, String> {
|
||||||
Ok(get_logs())
|
Ok(get_logs())
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get log file path for external access
|
|
||||||
pub fn get_log_file_path() -> PathBuf {
|
|
||||||
get_log_directory().join("tauri-backend.log")
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user