Remove debug logging for room options in settings form

This commit is contained in:
Yaro Kasear 2025-07-03 09:30:04 -05:00
parent 6a0dd75f10
commit b876f1f469

View file

@ -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,