Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 50bfb28

Browse filesBrowse files
fhaldeMylesBorins
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 <cjihrig@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: David Cai <davidcai1993@yahoo.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent 768431c commit 50bfb28
Copy full SHA for 50bfb28

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-net-localport.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-net-localport.js
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.