diff --git a/client/src/components/Input/TextChat.jsx b/client/src/components/Input/TextChat.jsx index 6ad72dac6f..4cf5095657 100644 --- a/client/src/components/Input/TextChat.jsx +++ b/client/src/components/Input/TextChat.jsx @@ -68,9 +68,6 @@ export default function TextChat({ isSearchView = false }) { const submitMessage = () => { ask({ text }); setText(''); - //if (isListening) { - // toggleListening(); - //} }; const handleStopGenerating = (e) => { @@ -91,10 +88,6 @@ export default function TextChat({ isSearchView = false }) { submitMessage(); } - //if (e.shiftKey && e.altKey && e.key === 'L') { - // toggleListening(); - //} - }; const handleKeyUp = (e) => {