Skip to content

Commit feab502

Browse files
enystmamoodi
authored andcommitted
Clean out debug print (#7666)
1 parent ab0ab6f commit feab502

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/hooks/mutation/use-save-settings.ts

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const saveSettingsMutationFn = async (
1313
return;
1414
}
1515

16-
console.log("Save settings", settings);
1716
const apiSettings: Partial<PostApiSettings> = {
1817
llm_model: settings.LLM_MODEL,
1918
llm_base_url: settings.LLM_BASE_URL,

0 commit comments

Comments
 (0)