removed logging

main
Tycho Luyben 2023-03-18 12:57:32 +00:00
parent 7e9f67c7b8
commit 72cefee277
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ export default function MessageInput(props: MessageInputProps) {
}, [context, message, dispatch]);
const onSpeechStart = () => {
console.log("onSpeechStart", recording)
if (!recording) {
setRecording(true);
speechRecognition.continuous = true;