Skip to content

Commit eac0d70

Browse files
fhaldeevanlucas
authored andcommitted
test: console.log removed from test-net-localport
There seems to be an unecessary console log happening in a test. PR-URL: #12483 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: David Cai <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]>
1 parent a213320 commit eac0d70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-net-localport.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const assert = require('assert');
44
const net = require('net');
55

66
const server = net.createServer(function(socket) {
7-
console.log(socket.remotePort);
87
assert.strictEqual(socket.remotePort, common.PORT);
98
socket.end();
109
socket.on('close', function() {

0 commit comments

Comments
 (0)