chore: remove unnecessary logging of sttExternal and ttsExternal in Speech component

This commit is contained in:
Marco Beretta 2025-07-18 02:52:19 +02:00
parent e7aa83e073
commit 1c3f5b972d
No known key found for this signature in database
GPG key ID: D918033D8E74CC11

View file

@ -146,8 +146,6 @@ function Speech() {
}
}, [engineTTS, setEngineTTS]);
logger.log({ sttExternal, ttsExternal });
const contentRef = useRef(null);
useOnClickOutside(contentRef, () => confirmClear && setConfirmClear(false), []);