Skip to content

Commit 4135b0d

Browse files
committed
Comment out debug
1 parent d61cde2 commit 4135b0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/shadow/arborist.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,10 @@ async function getPackagesAlerts(
491491
p => p.pkgid === id && p.existing?.startsWith(`${name}@`)
492492
)
493493
if (pkg?.existing) {
494-
const oldArtifact: SocketArtifact =
495-
// eslint-disable-next-line no-await-in-loop
496-
(await batchScan([pkg.existing]).next()).value
497-
console.log('oldArtifact', oldArtifact)
494+
// const oldArtifact: SocketArtifact =
495+
// // eslint-disable-next-line no-await-in-loop
496+
// (await batchScan([pkg.existing]).next()).value
497+
// console.log('oldArtifact', oldArtifact)
498498
// if (oldArtifact.type === 'success') {
499499
// issues = issues.filter(
500500
// ({ type }) =>

0 commit comments

Comments
 (0)