Skip to content

Commit

Permalink
#: remove log and build code
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnhu committed Apr 8, 2024
1 parent 9e185cd commit 4ba7d46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/assets/js/frontend.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
2 changes: 1 addition & 1 deletion docs/assets/js/frontend.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4ba7d46

Please sign in to comment.