From cd4b3339546fbd3c91073396f01fa1b1d963ae9d Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Tue, 11 Jun 2024 03:31:20 -0400 Subject: [PATCH] Remove not needed code --- index.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/index.html b/index.html index 3a29924..0f31c1b 100644 --- a/index.html +++ b/index.html @@ -111,15 +111,6 @@ console.error('Element #chat-room-topic not found'); } - if (chatRoomName) { - chatRoomName.innerText = roomName; - } else { - console.error('Element #chat-room-name not found'); - } - - clearMessages(); - renderMessagesForRoom(topic); - // Show chat UI elements document.querySelector('#chat').classList.remove('hidden'); document.querySelector('#setup').classList.add('hidden');