Skip to content

Commit ef474f2

Browse files
committed
cleanup
1 parent 7a4566c commit ef474f2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dist/privacy.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ function testPropertyStringInResponseBodies(pattern) {
3232
*/
3333
const fetchAndParse = async (url, parser) => {
3434
const timeout = 5000;
35-
/*
36-
Google's sellers.json size is 120Mb as of May 2024 - too big for custom metrics.
37-
It's available at realtimebidding.google.com/sellers.json, so not part of crawled pages list.
38-
More details: https://support.google.com/authorizedbuyers/answer/9895942
39-
*/
4035
const controller = new AbortController();
4136
const { signal } = controller;
4237
setTimeout(() => controller.abort(), timeout);

0 commit comments

Comments
 (0)