From 37095ce910f652ba806257a875d32bb93dcc8119 Mon Sep 17 00:00:00 2001 From: Katie Date: Wed, 10 Aug 2022 11:56:01 -0400 Subject: [PATCH] CSR-690 Cleanup --- src/layouts/vehicle-parts/vehicle-parts.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/layouts/vehicle-parts/vehicle-parts.vue b/src/layouts/vehicle-parts/vehicle-parts.vue index 10cf64ce9..c7f1424a1 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.vue +++ b/src/layouts/vehicle-parts/vehicle-parts.vue @@ -161,8 +161,6 @@ export default { }, backButtonAction() { const hasPartQuestions = this.hasPartQuestions(this.$store.getters.pageData(fmgPageValues.PART_QUESTIONS)?.partsOrQuestions); - // console.log(this.$store.getters.pageData(fmgPageValues.PART_QUESTIONS)) - // console.log(hasPartQuestions) const backNavigationScenario = hasPartQuestions ? this.navigationScenarios.CLICKED_BACK_WITH_PART_QUESTION_ANSWERS : this.navigationScenarios.CLICKED_BACK_WITHOUT_PART_QUESTION_ANSWERS; this.$router.navigate(