Skip to content

Commit

Permalink
chore: remove click track console message (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreituicu authored Apr 16, 2024
1 parent 66dd83d commit d8e35b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aemeds/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ export function analyticsGlobalClickTrack(digitalData, event) {
};

window.appEventData.push(data);
// eslint-disable-next-line no-console
console.log(JSON.stringify(data, undefined, 4));
}

export async function fetchAPI(path) {
Expand Down

0 comments on commit d8e35b2

Please sign in to comment.