Skip to content

Commit 18341d5

Browse files
committed
[fix] console
1 parent 26c4c43 commit 18341d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/caronte/passes/ws.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function XHeaders(req, socket, options) {
7474
*/
7575
function stream(req, socket, options, head) {
7676
common.setupSocket(socket);
77-
console.log(options.target.protocol);
77+
7878
var proxyReq = (~['https:', 'wss:'].indexOf(options.target.protocol) ? https : http).request(
7979
common.setupOutgoing(options.ssl || {}, options, req)
8080
);

0 commit comments

Comments
 (0)