Remove console.log

This commit is contained in:
Alex Humphries 2026-04-01 11:32:10 -04:00
parent 2cf558c18f
commit 1d931707b1

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}`);
const eventToBePushed = {
event: GaEvents.GENERIC_EVENT,
category,