Remove debug logging for room options in settings form
This commit is contained in:
parent
6a0dd75f10
commit
b876f1f469
1 changed files with 0 additions and 1 deletions
|
@ -164,7 +164,6 @@
|
||||||
const roomOptions = Array.from(document.getElementById('room-list').options);
|
const roomOptions = Array.from(document.getElementById('room-list').options);
|
||||||
const rooms = roomOptions.map(opt => {
|
const rooms = roomOptions.map(opt => {
|
||||||
const data = opt.dataset;
|
const data = opt.dataset;
|
||||||
console.log('Room:', opt.value, opt.textContent.trim(), opt.dataset.sectionId, opt.dataset.functionId);
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: opt.value || undefined,
|
id: opt.value || undefined,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue