Request console.log removed

This commit is contained in:
killer069 2021-10-08 15:43:34 +05:30
parent 3637fec516
commit b36364da76

View File

@ -110,7 +110,6 @@ async function proxy_getter(req_url: string, req_proxy: Proxy[]): Promise<ProxyO
}
req.on('connect', function (res, socket, head) {
console.log('Connected');
const tlsConnection = tls.connect(
{
host: parsed_url.hostname,