From e3b93d9c835380f2cf55c9fc549ef2484b80ba2a Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 6 Dec 2022 11:27:05 -0500 Subject: [PATCH] CSR-803: remove console log --- src/mixins/vehicle-questions-mixin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mixins/vehicle-questions-mixin.js b/src/mixins/vehicle-questions-mixin.js index 3a4e04af3..ede86dff5 100644 --- a/src/mixins/vehicle-questions-mixin.js +++ b/src/mixins/vehicle-questions-mixin.js @@ -459,7 +459,6 @@ export default { }, // Can't use `this` because navigateForward is also called from quote navigateBack(vm) { - console.log("VQM = = navigateBack() run "); const self = vm ?? this; const partsOrQuestions = ( self.$store.getters.pageData(fmgPageValues.CAPABILITY_QUESTIONS) ??