Remove some debug logging

This commit is contained in:
Reinier Criel 2025-11-06 12:25:55 -08:00
parent dd2894faab
commit e88aede939
5 changed files with 0 additions and 4 deletions

View file

@ -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.