Remove console.log
This commit is contained in:
parent
2cf558c18f
commit
1d931707b1
1 changed files with 0 additions and 2 deletions
|
|
@ -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}`);
|
||||
|
||||
const eventToBePushed = {
|
||||
event: GaEvents.GENERIC_EVENT,
|
||||
category,
|
||||
|
|
|
|||
Loading…
Reference in a new issue