From 72cefee277dfb47f819f6fd04aff3d441a388bad Mon Sep 17 00:00:00 2001 From: Tycho Luyben Date: Sat, 18 Mar 2023 12:57:32 +0000 Subject: [PATCH] removed logging --- app/src/components/input.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/components/input.tsx b/app/src/components/input.tsx index b157369..8b0a40c 100644 --- a/app/src/components/input.tsx +++ b/app/src/components/input.tsx @@ -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;