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() { onModalClosed() {
this.pushEvent(); this.pushEvent();
if (!this.schedulingElsewhere) { if (!this.schedulingElsewhere) {
console.log('Emitting continue-safelite-clicked event');
this.$emit('continue-safelite-clicked'); this.$emit('continue-safelite-clicked');
} }
else { else {
console.log('Emitting schedule-elsewhere-clicked event');
this.$emit('schedule-elsewhere-clicked'); this.$emit('schedule-elsewhere-clicked');
} }
}, },

View file

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