Removing console.log

This commit is contained in:
Michaela Brydon 2024-04-09 15:29:49 -04:00
parent a68d56f334
commit 3442f2e40e

View file

@ -1482,7 +1482,6 @@ export const useMainStore = defineStore({
resetState() {
Object.assign(this, getDefaultState());
console.log(JSON.stringify(this.order.lineItems.glassParts));
},
resetRegistrationState() {