From 9a0daa480d6b4f72eb2f18f13c830072aaf1f58c Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 10 Nov 2020 21:42:52 -0500 Subject: [PATCH] add container tab for dispatch IRC --- proxy.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/proxy.js b/proxy.js index 4cd51fb..1439d42 100644 --- a/proxy.js +++ b/proxy.js @@ -41,9 +41,6 @@ var handleContextProxyRequest = async function(requestDetails) { port: getPort() }; } - /*console.log("(proxy)", context.name); - console.log("Using", proxy.type); - console.log("proxy ", proxy.host + ":" + proxy.port);*/ return proxy; } else if (context.name == ircpref) { proxy = { @@ -61,9 +58,6 @@ var handleContextProxyRequest = async function(requestDetails) { port: getPort() }; } - /*console.log("(proxy)", context.name); - console.log("Using", proxy.type); - console.log("proxy ", proxy.host + ":" + proxy.port);*/ return proxy; } else if (context.name == webpref) { if (localHost(requestDetails.url)) { @@ -90,11 +84,6 @@ var handleContextProxyRequest = async function(requestDetails) { '(proxy) non-routerconsole localhost url, will not interfere', requestDetails.url ); - /*proxy = { - type: "http", - host: "localhost", - port: "65535" - };*/ } } } else if (i2pHost(requestDetails.url)) {