File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import path from 'node:path'
22
33import { getManifestData } from '@socketsecurity/registry'
44import { arrayUnique } from '@socketsecurity/registry/lib/arrays'
5- import { debugLog , isDebug } from '@socketsecurity/registry/lib/debug'
5+ import { debugLog } from '@socketsecurity/registry/lib/debug'
66import { logger } from '@socketsecurity/registry/lib/logger'
77import { runScript } from '@socketsecurity/registry/lib/npm'
88import {
@@ -178,9 +178,6 @@ export async function npmFix(
178178 logger . warn (
179179 `Unexpected condition: Lockfile entries not found for ${ name } .\n`
180180 )
181- if ( isDebug ( ) ) {
182- console . dir ( actualTree , { depth : 999 } )
183- }
184181 continue
185182 }
186183
Original file line number Diff line number Diff line change @@ -239,9 +239,6 @@ export async function pnpmFix(
239239 logger . warn (
240240 `Unexpected condition: Lockfile entries not found for ${ name } .\n`
241241 )
242- if ( isDebug ( ) ) {
243- console . dir ( actualTree , { depth : 999 } )
244- }
245242 continue
246243 }
247244
You can’t perform that action at this time.
0 commit comments