Remove old logging

This commit is contained in:
2022-01-25 19:18:19 +00:00
parent c2bbaebfd2
commit a4f94cd9d9
2 changed files with 0 additions and 3 deletions

View File

@ -8,10 +8,8 @@
},
methods: {
saveBudget () {
console.log(this.$data.budgetName);
this.$store.dispatch("newBudget", this.$data.budgetName);
this.$data.dialog = false;
},
newBudget () {
this.$data.dialog = true;