Skip to content

Commit

Permalink
remove console.log('a')
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-devv committed Apr 15, 2023
1 parent 719c598 commit d69d7d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d69d7d3

Please sign in to comment.