Remove unused button element retrieval code from web, desktop

This commit is contained in:
Debanjum Singh Solanky
2023-11-26 05:49:52 -08:00
parent 877532a167
commit 56a1a61c77
2 changed files with 0 additions and 2 deletions

View File

@@ -551,7 +551,6 @@
let mediaRecorder;
async function speechToText() {
const speakButton = document.getElementById('speak-button');
const speakButtonImg = document.getElementById('speak-button-img');
const chatInput = document.getElementById('chat-input');