From 1c3f5b972dd4723c1e5aba271192209c94041235 Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+berry-13@users.noreply.github.com> Date: Fri, 18 Jul 2025 02:52:19 +0200 Subject: [PATCH] chore: remove unnecessary logging of sttExternal and ttsExternal in Speech component --- client/src/components/Nav/SettingsTabs/Speech/Speech.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/components/Nav/SettingsTabs/Speech/Speech.tsx b/client/src/components/Nav/SettingsTabs/Speech/Speech.tsx index bdc644f863..acd87fa233 100644 --- a/client/src/components/Nav/SettingsTabs/Speech/Speech.tsx +++ b/client/src/components/Nav/SettingsTabs/Speech/Speech.tsx @@ -146,8 +146,6 @@ function Speech() { } }, [engineTTS, setEngineTTS]); - logger.log({ sttExternal, ttsExternal }); - const contentRef = useRef(null); useOnClickOutside(contentRef, () => confirmClear && setConfirmClear(false), []);