This commit is contained in:
Jeremy Zimmerman 2022-11-07 13:59:47 -05:00
parent f33810a43d
commit e6f461faae
2 changed files with 0 additions and 6 deletions

View file

@ -74,8 +74,6 @@ export default {
pushToDataLayerIfDefined(eventToBePushed);
console.log("GA REPLY -" + eventToBePushed);
if (pushToLogApp) {
this.logCustomEvent(category, action, labelToLog, undefined);
}

View file

@ -36,10 +36,6 @@ export default {
return store[type](payload);
},
savePageDataToStore(page, data) {
// TODO: Fix this!
//this.useMainStore.commit(storeMutations.UPDATE_PAGE_DATA, { page: page, data: data });
},
},
computed: {
// store will be accessible globally as its id + 'Store'