mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-04-22 23:08:53 +02:00
Turn off logs from scarf (#4326)
Co-authored-by: Connor Yoh <connor@stirlingpdf.com>
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