cleanup console logs (changed actual proper logs to .info())

This commit is contained in:
Henry Jameson 2025-12-19 19:13:24 +02:00
commit c71a36de30
9 changed files with 6 additions and 12 deletions

View file

@ -10,7 +10,6 @@ export default {
methods: {
...Setting.methods,
getValue (e) {
console.log(e)
return e
}
}