From 45a8875895ab01d5f8a9e27bf3cb5a7da88592a3 Mon Sep 17 00:00:00 2001 From: Webifi Date: Thu, 8 Jun 2023 19:54:35 -0500 Subject: [PATCH] Update comments --- src/lib/Chat.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/Chat.svelte b/src/lib/Chat.svelte index a492179..8a45a81 100644 --- a/src/lib/Chat.svelte +++ b/src/lib/Chat.svelte @@ -502,7 +502,6 @@ } const ttsStop = () => { - // Use TTS to read the response, if query was recorded if ('SpeechSynthesisUtterance' in window) { window.speechSynthesis.cancel() }