Chore: print build platform info

This commit is contained in:
SukkaW
2024-09-09 06:00:54 +08:00
parent 1b41a5904a
commit c1fa3c7b96
3 changed files with 21 additions and 6 deletions

View File

@@ -215,8 +215,6 @@ export const getPhishingDomains = (parentSpan: Span) => parentSpan.traceChild('g
}
}
// console.log(domainScoreMap['']);
return domainArr;
});