[test fix] Remove unnecessary console.log in tests/websocket/websocket-proxy-test.js

This commit is contained in:
indexzero 2011-10-04 01:54:27 +02:00
parent db185bb303
commit f188f4ffd8

View File

@ -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');
},
},