remove unneeded code
This commit is contained in:
parent
29d063290c
commit
27b055d39f
1 changed files with 0 additions and 5 deletions
|
|
@ -108,7 +108,6 @@ export default {
|
|||
mixins: [BaseFormMixin],
|
||||
async beforeRouteEnter(to, from, next) {
|
||||
useMainStore().createSubmittedOrder();
|
||||
console.log('submitted order created');
|
||||
// Call APIs
|
||||
const cmsContentPromise = fetchCmsContentForPage(to.query.issPage);
|
||||
|
||||
|
|
@ -130,7 +129,6 @@ export default {
|
|||
setup() {
|
||||
const mainStore = useMainStore();
|
||||
const { submittedOrder } = mainStore;
|
||||
console.log('setup called');
|
||||
return { mainStore, submittedOrder };
|
||||
},
|
||||
computed: {
|
||||
|
|
@ -387,9 +385,6 @@ export default {
|
|||
default:
|
||||
return null;
|
||||
}
|
||||
},
|
||||
setAvailableVaps(vaps) {
|
||||
this.availableVaps = vaps;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue