removed extra logs

This commit is contained in:
LemmyCook 2025-09-11 09:46:45 -04:00
parent ac61086c95
commit 227b0dd962

View file

@ -23,7 +23,6 @@ ColumnLayout {
settings.displayFormat = valueDisplayFormat
settings.use12HourClock = valueUse12h
settings.reverseDayMonth = valueReverseDayMonth
console.log(JSON.stringify(settings))
return settings
}
@ -48,10 +47,7 @@ ColumnLayout {
}
}
currentKey: valueDisplayFormat
onSelected: key => {
valueDisplayFormat = key
console.log(key)
}
onSelected: key => valueDisplayFormat = key
minimumWidth: 230 * scaling
}