mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +02:00
Turn off logs from scarf (#4326)
Co-authored-by: Connor Yoh <connor@stirlingpdf.com>
This commit is contained in:
parent
3b28b398d9
commit
2f2f966ee9
@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user