INSR-10489: Remove debug logging

This commit is contained in:
Alex Humphries 2026-07-24 22:25:26 -04:00
parent 3edc040b6a
commit b5620e087e
2 changed files with 0 additions and 4 deletions

View file

@ -87,11 +87,9 @@ export default {
onModalClosed() {
this.pushEvent();
if (!this.schedulingElsewhere) {
console.log('Emitting continue-safelite-clicked event');
this.$emit('continue-safelite-clicked');
}
else {
console.log('Emitting schedule-elsewhere-clicked event');
this.$emit('schedule-elsewhere-clicked');
}
},

View file

@ -1031,11 +1031,9 @@ export default {
return this.mainStore.order.isRecalAcknowledgedForScheduling;
},
continueWithSafeliteClicked() {
console.log('continueWithSafeliteClicked');
this.benefitRecalModalAcknowledged = true;
},
scheduleElsewhereClicked() {
console.log('scheduleElsewhereClicked');
this.navigateBack(this, this.navigateBackScenario)
},
backButtonAction() {