mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Clean up logging
This commit is contained in:
parent
58a5e837f7
commit
03312cd707
1 changed files with 0 additions and 2 deletions
|
|
@ -34,8 +34,6 @@ export async function auditChanges(changes) {
|
||||||
);
|
);
|
||||||
|
|
||||||
for (const change of changes) {
|
for (const change of changes) {
|
||||||
//Uncomment next line during manual testing
|
|
||||||
//console.log(" Safe-chain: auditing package:", change);
|
|
||||||
const malwarePackage = malwarePackages.find(
|
const malwarePackage = malwarePackages.find(
|
||||||
(pkg) => pkg.name === change.name && pkg.version === change.version
|
(pkg) => pkg.name === change.name && pkg.version === change.version
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue