Turn off logs from scarf (#4326)

Co-authored-by: Connor Yoh <[email protected]>
This commit is contained in:
ConnorYoh
2025-08-29 17:23:18 +01:00
committed by GitHub
co-authored by Connor Yoh
parent 3b28b398d9
commit 2f2f966ee9
-2
View File
@@ -22,7 +22,5 @@ export function firePixel(pathname: string): void {
const img = new Image();
img.referrerPolicy = "no-referrer-when-downgrade";
img.src = url;
console.log("ScarfPixel: Fire to... " + pathname);
}