We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197a055 commit 41d8f5eCopy full SHA for 41d8f5e
src/utils/matomo.js
@@ -2,8 +2,6 @@ export function trackEvent(category, action, name) {
2
// assign branch from Netlify
3
const branch = import.meta.env.BRANCH || "unknown-branch";
4
5
- console.log("Clicked");
6
-
7
// check id global variable _paq has been injected by Maotomo tracking script
8
if (typeof _paq !== "undefined") {
9
console.log([
0 commit comments