Remove old logging calls
This commit is contained in:
@ -84,7 +84,6 @@ export const useTransactionsStore = defineStore("budget/transactions", {
|
||||
this.AddTransactions([recTrans]);
|
||||
account.Transactions.unshift(recTrans.ID);
|
||||
}
|
||||
console.log("Reconcile: " + response.message);
|
||||
},
|
||||
logout() {
|
||||
this.$reset()
|
||||
|
Reference in New Issue
Block a user