diff --git a/client.js b/client.js index 3a38947..ff6f2f2 100644 --- a/client.js +++ b/client.js @@ -53,7 +53,6 @@ function getConnection(opts, verbs, mySocket, retry) { var wspath = 'ws+unix://' + opts.sock + ':' + pathname + '?' + search; // https://github.com/websockets/ws/blob/master/doc/ws.md#unix-domain-sockets // ws+unix:///absolule/path/to/uds_socket:/pathname?search_params - console.log('ws connect', wspath); ws = new WebSocket(wspath); ws.on('error', function (err) {