From b876f1f4692b4a88bb6737f3a5fa7fcc05dd6c51 Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Thu, 3 Jul 2025 09:30:04 -0500 Subject: [PATCH] Remove debug logging for room options in settings form --- templates/settings.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/settings.html b/templates/settings.html index b04474c..fcc9202 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -164,7 +164,6 @@ const roomOptions = Array.from(document.getElementById('room-list').options); const rooms = roomOptions.map(opt => { const data = opt.dataset; - console.log('Room:', opt.value, opt.textContent.trim(), opt.dataset.sectionId, opt.dataset.functionId); return { id: opt.value || undefined,