Turn off logs from scarf

This commit is contained in:
Connor Yoh 2025-08-29 16:42:43 +01:00
parent 7c9769f5b9
commit b6e4151a29

View File

@ -22,7 +22,5 @@ export function firePixel(pathname: string): void {
const img = new Image(); const img = new Image();
img.referrerPolicy = "no-referrer-when-downgrade"; img.referrerPolicy = "no-referrer-when-downgrade";
img.src = url; img.src = url;
console.log("ScarfPixel: Fire to... " + pathname);
} }