Skip to content

Commit 74230e2

Browse files
committed
console -> debug
1 parent 61b5252 commit 74230e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/browser-proxy/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ websocketServer.on('connection', (socket, request) => {
5353
const host = request.headers.host
5454

5555
if (!host) {
56-
console.log('No host header present')
56+
debug('No host header present')
5757
socket.close()
5858
return
5959
}

0 commit comments

Comments
 (0)