Skip to content

Commit

Permalink
#: remove log code
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnhu committed Mar 12, 2024
1 parent 9158cad commit 08fb82f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/assets/js-code/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
};

const sendEventGa = (category, link=null) => {
console.log('sendEventGa', category)
gtag('event', category);
if (link) {
window.location.href = link;
Expand Down
1 change: 0 additions & 1 deletion docs/assets/js/frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

const sendEventGa = (category, link=null) => {
console.log('sendEventGa', category)
gtag('event', category);
if (link) {
window.location.href = link;
}
Expand Down

1 comment on commit 08fb82f

@saltict
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.