| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8b05e32 commit d61977f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,14 +21,6 @@ | |||
| 21 | 21 | ||
| 22 | 22 | 'use strict'; | |
| 23 | 23 | const common = require('../common'); | |
| 24 | - | ||
| 25 | - // No warnings should happen! | ||
| 26 | - const trace = console.trace; | ||
| 27 | - console.trace = function() { | ||
| 28 | - trace.apply(console, arguments); | ||
| 29 | - throw new Error('no tracing should happen here'); | ||
| 30 | - }; | ||
| 31 | - | ||
| 32 | 24 | const http = require('http'); | |
| 33 | 25 | const net = require('net'); | |
| 34 | 26 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments