Removing console.log
This commit is contained in:
parent
a68d56f334
commit
3442f2e40e
1 changed files with 0 additions and 1 deletions
|
|
@ -1482,7 +1482,6 @@ export const useMainStore = defineStore({
|
||||||
|
|
||||||
resetState() {
|
resetState() {
|
||||||
Object.assign(this, getDefaultState());
|
Object.assign(this, getDefaultState());
|
||||||
console.log(JSON.stringify(this.order.lineItems.glassParts));
|
|
||||||
},
|
},
|
||||||
|
|
||||||
resetRegistrationState() {
|
resetRegistrationState() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue