mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Remove console logging
Console logging has been removed from all the pages.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user