Skip to content

Commit 03385ea

Browse files
committed
Remove ipc debug
1 parent d19fe66 commit 03385ea

File tree

1 file changed

+0
-2
lines changed
  • src/shadow/npm/arborist/lib/arborist

1 file changed

+0
-2
lines changed

src/shadow/npm/arborist/lib/arborist/index.mts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// @ts-ignore
22
import UntypedArborist from '@npmcli/arborist/lib/arborist/index.js'
33

4-
import { debugDir } from '@socketsecurity/registry/lib/debug'
54
import { logger } from '@socketsecurity/registry/lib/logger'
65

76
import constants from '../../../../../constants.mts'
@@ -98,7 +97,6 @@ export class SafeArborist extends Arborist {
9897
} as ArboristReifyOptions
9998

10099
const ipc = await getIpc()
101-
debugDir('inspect', { ipc })
102100

103101
const binName = ipc[constants.SOCKET_CLI_SHADOW_BIN]
104102
if (!binName) {

0 commit comments

Comments
 (0)