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

Commit 277c006

Browse files
committed
test: remove console.log() call
1 parent cb7577b commit 277c006

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ describe('HttpsProxyAgent', function () {
181181
});
182182
res.on('end', function () {
183183
data = JSON.parse(data);
184-
console.log(data);
185184
assert.equal('127.0.0.1:' + serverPort, data.host);
186185
done();
187186
});

0 commit comments

Comments
 (0)