[web] Remove console logging

Console logging has been removed from all the pages.
This commit is contained in:
Alain Nussbaumer
2023-06-03 18:58:11 +02:00
parent fc5d284588
commit 6bf40c139d
4 changed files with 1 additions and 8 deletions

View File

@@ -93,7 +93,6 @@ export default {
this.timerId = -1
const newValue = this.$refs.setting.checked
console.log(this.$refs.setting)
if (newValue === this.value) {
this.statusUpdate = ''
return