Skip to content

Commit

Permalink
[test fix] Remove unnecessary console.log in tests/websocket/websocke…
Browse files Browse the repository at this point in the history
…t-proxy-test.js
  • Loading branch information
indexzero committed Oct 3, 2011
1 parent db185bb commit f188f4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/websocket/websocket-proxy-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
},
},
Expand Down

0 comments on commit f188f4f

Please sign in to comment.