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,