INSR-8881: Remove console.log, restore loading modal change

This commit is contained in:
Alex Humphries 2026-04-03 11:05:07 -04:00
parent 5dcb2dc63d
commit 7a3068580d
2 changed files with 1 additions and 2 deletions

View file

@ -479,6 +479,7 @@ export default {
}
},
async navigateForward() {
showIssLoadingModal(true);
if (this.isUnverifiedVisible || this.isDeductibleVisible) {
if (this.isRepair) {
this.pushEventToGA('RepairDamage', 'Repair', this.mainStore.damage.numberOfChips.toString(), true, null, '1');

View file

@ -96,8 +96,6 @@ export default {
const currentPageName = this.getPageNameByQueryString();
const labelToLog = getValueToLog(label, valueToLogType);
console.log(`Pushing event to GA: category=${category}, action=${action}, label=${labelToLog}, value=${value}, page=${currentPageName}`);
const eventToBePushed = {
event: GaEvents.GENERIC_EVENT,
category,