mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Remove some debug logging
This commit is contained in:
parent
dd2894faab
commit
e88aede939
5 changed files with 0 additions and 4 deletions
|
|
@ -11,7 +11,6 @@ export function createPipPackageManager() {
|
|||
runCommand: (args) => {
|
||||
const invocation = getCurrentPipInvocation();
|
||||
const fullArgs = [...invocation.args, ...args];
|
||||
console.debug('[safe-chain debug] runCommand:', invocation.command, fullArgs);
|
||||
return runPip(invocation.command, fullArgs);
|
||||
},
|
||||
// For pip, rely solely on MITM proxy to detect/deny downloads from known registries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue