mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[test fix] Remove unnecessary console.log in tests/websocket/websocket-proxy-test.js
This commit is contained in:
parent
db185bb303
commit
f188f4ffd8
@ -114,7 +114,6 @@ vows.describe('node-http-proxy/http-proxy/' + testName).addBatch({
|
||||
});
|
||||
},
|
||||
"should raise the `websocket:incoming` event": function (ign, data) {
|
||||
console.log(ign,data,utils.decode(data))
|
||||
assert.equal(utils.decode(data.toString().replace('\u0000', '')), 'from client');
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user