Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit ef184d6

Browse files
committed
Remove dead code
1 parent d41fd20 commit ef184d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test.js

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ describe('HttpProxyAgent', function() {
2727
before(function(done) {
2828
// setup HTTP proxy server
2929
proxy = Proxy();
30-
/*
31-
proxy = net.createServer((socket) => {
32-
socket.setEncoding('utf8');
33-
socket.on('data', console.log);
34-
});
35-
*/
3630
proxy.listen(function() {
3731
proxyPort = proxy.address().port;
3832
done();

0 commit comments

Comments
 (0)