mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Perf: run a few task during downloading previous dist
This commit is contained in:
@@ -219,8 +219,6 @@ export function getPhishingDomains(parentSpan: Span) {
|
||||
return domainArr;
|
||||
});
|
||||
|
||||
console.log({ len: domainArr.length });
|
||||
|
||||
return span.traceChildAsync(
|
||||
'process phishing domain set',
|
||||
() => processPhihsingDomains(domainArr)
|
||||
|
||||
Reference in New Issue
Block a user