removed logging
parent
7e9f67c7b8
commit
72cefee277
|
@ -60,7 +60,6 @@ export default function MessageInput(props: MessageInputProps) {
|
||||||
}, [context, message, dispatch]);
|
}, [context, message, dispatch]);
|
||||||
|
|
||||||
const onSpeechStart = () => {
|
const onSpeechStart = () => {
|
||||||
console.log("onSpeechStart", recording)
|
|
||||||
if (!recording) {
|
if (!recording) {
|
||||||
setRecording(true);
|
setRecording(true);
|
||||||
speechRecognition.continuous = true;
|
speechRecognition.continuous = true;
|
||||||
|
|
Loading…
Reference in New Issue