Skip to content

Commit

Permalink
πŸ”‡ Remove unnecessary logs #1843
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Oct 17, 2023
1 parent 15cca06 commit 02951a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/lib/gtm.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const pageview = (url) => {
}

export const pushToDataLayer = (event, data) => {
console.log(event, data)
window.dataLayer = window.dataLayer || []
window.dataLayer.push({
event: event,
Expand Down

0 comments on commit 02951a6

Please sign in to comment.