diff --git a/proxy/websocket.coffee b/proxy/websocket.coffee index e4a9550..94cf274 100644 --- a/proxy/websocket.coffee +++ b/proxy/websocket.coffee @@ -47,7 +47,6 @@ buildUrl = (scheme, host, port, path, params) -> makeWebsocket = (addr) -> url = buildUrl 'ws', addr.host, addr.port, '/' - # TODO: Do we need to worry about the base64 version? ws = new WebSocket url ### 'User agents can use this as a hint for how to handle incoming binary data: if