diff --git a/test/parallel/test-http-many-ended-pipelines.js b/test/parallel/test-http-many-ended-pipelines.js index 20371e7e562721..8beece5f9aeeef 100644 --- a/test/parallel/test-http-many-ended-pipelines.js +++ b/test/parallel/test-http-many-ended-pipelines.js @@ -21,14 +21,6 @@ 'use strict'; const common = require('../common'); - -// No warnings should happen! -const trace = console.trace; -console.trace = function() { - trace.apply(console, arguments); - throw new Error('no tracing should happen here'); -}; - const http = require('http'); const net = require('net');