We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a213320 commit eac0d70Copy full SHA for eac0d70
test/parallel/test-net-localport.js
@@ -4,7 +4,6 @@ const assert = require('assert');
4
const net = require('net');
5
6
const server = net.createServer(function(socket) {
7
- console.log(socket.remotePort);
8
assert.strictEqual(socket.remotePort, common.PORT);
9
socket.end();
10
socket.on('close', function() {
0 commit comments