Turn off logs from scarf (#4326)

Co-authored-by: Connor Yoh <connor@stirlingpdf.com>
This commit is contained in:
ConnorYoh 2025-08-29 17:23:18 +01:00 committed by GitHub
parent 3b28b398d9
commit 2f2f966ee9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);
}