Skip to content

Commit 91759a3

Browse files
committed
remove console output from max-open test
1 parent 71f06ed commit 91759a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/max-open.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ test('open lots of stuff', function (t) {
4040
doneCalled++
4141

4242
if (fds.length === 0) {
43-
console.error('done called %d times', doneCalled)
4443
// First because of the timeout
4544
// Then to close the fd's opened afterwards
4645
// Then this time, to complete.

0 commit comments

Comments
 (0)