mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix: remove stray console.log from SpeakingModal (#64771)
Co-authored-by: Jeevankumar <jeeevnkumar2003@gmail.com>
This commit is contained in:
@@ -163,8 +163,6 @@ const SpeakingModal = ({
|
||||
browserSupportsSpeechRecognition
|
||||
} = useSpeechRecognition();
|
||||
|
||||
console.log('Speech recognition transcript:', transcript);
|
||||
|
||||
const handleAudioEnded = useCallback(() => {
|
||||
setIsPlaying(false);
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user