diff --git a/src/handlers/http.ts b/src/handlers/http.ts index 59f1f86..940c867 100644 --- a/src/handlers/http.ts +++ b/src/handlers/http.ts @@ -7,7 +7,6 @@ import { Host } from '../config'; import hosts from '../hosts'; export async function handle(req: node_proxy.IncomingMessage, res: node_proxy.ServerResponse) { - console.log('a') if (hosts[req.headers.host || '']?.type === 'WS') return; // Return error if no host header or url is present