INSR-10489: Remove debug logging
This commit is contained in:
parent
3edc040b6a
commit
b5620e087e
2 changed files with 0 additions and 4 deletions
|
|
@ -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');
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue