Skip to content

Commit 41d8f5e

Browse files
DilsonsPicklesLWinterberg
authored andcommitted
Remove clg
1 parent 197a055 commit 41d8f5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/matomo.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ export function trackEvent(category, action, name) {
22
// assign branch from Netlify
33
const branch = import.meta.env.BRANCH || "unknown-branch";
44

5-
console.log("Clicked");
6-
75
// check id global variable _paq has been injected by Maotomo tracking script
86
if (typeof _paq !== "undefined") {
97
console.log([

0 commit comments

Comments
 (0)