mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-16 15:35:31 +01:00
chore: remove unnecessary logging of sttExternal and ttsExternal in Speech component
This commit is contained in:
parent
e7aa83e073
commit
1c3f5b972d
1 changed files with 0 additions and 2 deletions
|
|
@ -146,8 +146,6 @@ function Speech() {
|
|||
}
|
||||
}, [engineTTS, setEngineTTS]);
|
||||
|
||||
logger.log({ sttExternal, ttsExternal });
|
||||
|
||||
const contentRef = useRef(null);
|
||||
useOnClickOutside(contentRef, () => confirmClear && setConfirmClear(false), []);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue