Skip to content

Commit f188f4f

Browse files
committed
[test fix] Remove unnecessary console.log in tests/websocket/websocket-proxy-test.js
1 parent db185bb commit f188f4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: test/websocket/websocket-proxy-test.js

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ vows.describe('node-http-proxy/http-proxy/' + testName).addBatch({
114114
});
115115
},
116116
"should raise the `websocket:incoming` event": function (ign, data) {
117-
console.log(ign,data,utils.decode(data))
118117
assert.equal(utils.decode(data.toString().replace('\u0000', '')), 'from client');
119118
},
120119
},

0 commit comments

Comments
 (0)