mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
remove console log, fix no language select
This commit is contained in:
@@ -34,7 +34,6 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
|
||||
const text = textQueue[0];
|
||||
setTranscriptText(text);
|
||||
setTranslateText(translationQueue[0]);
|
||||
console.log("displaying " + translateText);
|
||||
|
||||
const WPM_READING = 200 + textQueue.length * 10; // words per minute to read
|
||||
const wordCount = text.split(/\s+/).length;
|
||||
|
||||
Reference in New Issue
Block a user