Skip to content

Commit 8d4eca9

Browse files
committed
revert: push logging override
1 parent 979df20 commit 8d4eca9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/Matomo.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
import { useEffect, useState } from "react"
44
import { usePathname } from "next/navigation"
5-
import { init /* , push */ } from "@socialgouv/matomo-next"
5+
import { init, push } from "@socialgouv/matomo-next"
66

77
import { IS_PREVIEW_DEPLOY } from "@/lib/utils/env"
88

9-
const push = (args: unknown[]) => {
10-
console.log(`[Matomo] push called with args:`, args)
11-
}
12-
139
export default function Matomo() {
1410
const pathname = usePathname()
1511

0 commit comments

Comments
 (0)