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

@@ -61,7 +61,7 @@ export default {
no_bill: String,
},
mounted() {
console.log('bill: mounted');
// console.log('bill: mounted');
this.loadBills();
},
data() {
@@ -72,7 +72,7 @@ export default {
},
watch: {
value: function () {
console.log('bill: value changed to ' + this.value);
// console.log('bill: value changed to ' + this.value);
this.selected = this.value;
}
},