mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Remove debug log
This commit is contained in:
parent
28d24bb6ea
commit
a6956db8dc
1 changed files with 0 additions and 3 deletions
|
|
@ -142,9 +142,6 @@ function handleConnect(req, clientSocket, head) {
|
|||
isKnownRegistry = knownPipRegistries.some((reg) => url.includes(reg));
|
||||
}
|
||||
|
||||
// Debug: log CONNECT request URL and MITM/tunnel decision
|
||||
ui.writeVerbose(`[Safe-chain debug] CONNECT request: url=${url}, ecosystem=${ecosystem}, isKnownRegistry=${isKnownRegistry}`);
|
||||
|
||||
if (isKnownRegistry) {
|
||||
mitmConnect(req, clientSocket, isAllowedUrl);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue