Cleanup JS

This commit is contained in:
James Cole
2020-10-28 20:16:21 +01:00
parent ca3d836c83
commit 23356b3884
7 changed files with 28 additions and 27 deletions

View File

@@ -71,7 +71,7 @@ export default {
},
watch: {
value: function () {
console.log('budget: value changed to ' + this.value);
// console.log('budget: value changed to ' + this.value);
this.selected = this.value;
}
},