From 3bf7e59331888abd6c4902e42f9cfaf83464a980 Mon Sep 17 00:00:00 2001 From: dezoito Date: Sun, 8 Dec 2024 10:29:36 -0300 Subject: [PATCH] feature/experiment: Removes unused code --- src-tauri/src/commands/llm.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src-tauri/src/commands/llm.rs b/src-tauri/src/commands/llm.rs index b034167..8e40650 100644 --- a/src-tauri/src/commands/llm.rs +++ b/src-tauri/src/commands/llm.rs @@ -66,7 +66,6 @@ pub async fn get_inference( state: tauri::State<'_, DatabaseState>, config: IDefaultConfigs, params: TParamIteration, - app_handle: tauri::AppHandle, ) -> Result { // println!("----------------------------------------------------------"); // println!("Config and Params"); @@ -182,8 +181,6 @@ pub async fn get_inference( dbg!(&res); println!("---------------------------------------------"); - - // Log the experiment if it's successful let pool = &state.0; match res {