Skip to content

Commit

Permalink
test: remove unnecessary console log
Browse files Browse the repository at this point in the history
PR-URL: #53812
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Jake Yuesong Li <[email protected]>
  • Loading branch information
Kay-Yuan authored and RafaelGSS committed Aug 5, 2024
1 parent 15816bd commit 61971ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parallel/test-timers-immediate-queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ for (let i = 0; i < QUEUE; i++)
setImmediate(run);

process.on('exit', function() {
console.log('hit', hit);
assert.strictEqual(hit, QUEUE);
});

0 comments on commit 61971ec

Please sign in to comment.