From fca3c566649b0f18fee2bb6ecc9e94c97c073ecc Mon Sep 17 00:00:00 2001 From: Katie Date: Thu, 18 Aug 2022 08:49:54 -0400 Subject: [PATCH] CSR-111-parts Cleanup --- src/mixins/vehicle-questions-mixin.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mixins/vehicle-questions-mixin.js b/src/mixins/vehicle-questions-mixin.js index 94fa044fb..a55859567 100644 --- a/src/mixins/vehicle-questions-mixin.js +++ b/src/mixins/vehicle-questions-mixin.js @@ -70,9 +70,6 @@ export default { const currentPage = self.$route.query.fmgPage; const hasPartQuestions = this.hasPartQuestions(partsOrQuestions) - console.log("hasPartQuestions: ", hasPartQuestions) - console.log("currentPage: ", currentPage) - console.log("this.currentPageComesBeforePage(currentPage, fmgPageValues.PART_QUESTIONS): ", this.currentPageComesBeforePage(currentPage, fmgPageValues.PART_QUESTIONS)) const hasGlassLocationWithMultipleParts = this.hasGlassLocationWithMultipleParts(partsOrQuestions); const hasChildPartQuestions = this.hasChildPartQuestions(partsOrQuestions); const hasCapabilityQuestions = this.hasCapabilityQuestions(partsOrQuestions); @@ -91,8 +88,6 @@ export default { } else if (hasCapabilityQuestions && this.currentPageComesBeforePage(currentPage, fmgPageValues.CAPABILITY_QUESTIONS)) { // if has capability questions // go to capability-questions page and pass the partsData - console.log(store.getters.vehicle) - const windshieldPart = partsOrQuestions.filter(x => x.glassLocation === damageLocationsSelected.WINDSHIELD)[0].parts[0]; let capabilityQuestions = (await baseMixin.methods.dispatchStoreAction(storeActions.GET_CAPABILITY_QUESTIONS, { carId: store.getters.vehicle.carId,