INSR-8881: Remove console.log, restore loading modal change
This commit is contained in:
parent
5dcb2dc63d
commit
7a3068580d
2 changed files with 1 additions and 2 deletions
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue