mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
Turn off logs from scarf (#4326)
Co-authored-by: Connor Yoh <[email protected]>
This commit is contained in:
@@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user