fix: remove stray console.log from SpeakingModal (#64771)

Co-authored-by: Jeevankumar <jeeevnkumar2003@gmail.com>
This commit is contained in:
Jeevankumar S
2025-12-19 18:54:31 +05:30
committed by GitHub
parent dddbe85682
commit fd6c937541

View File

@@ -163,8 +163,6 @@ const SpeakingModal = ({
browserSupportsSpeechRecognition
} = useSpeechRecognition();
console.log('Speech recognition transcript:', transcript);
const handleAudioEnded = useCallback(() => {
setIsPlaying(false);
}, []);