0
1
Fork 0

Remove console.log

This commit is contained in:
William Buezas 2024-09-10 12:40:02 -03:00
parent decf955224
commit 418911b903
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ export const useAppStore = defineStore('hedera', {
},
unloadOrder() {
console.log('unloadOrder');
localStorage.removeItem('hederaBasket');
this.basketOrderId = null;
}