Skip to content

Commit 962e8de

Browse files
committed
code cleanup
1 parent f8fb8a9 commit 962e8de

File tree

1 file changed

+0
-2
lines changed
  • packages/diagnostics_channel/src

1 file changed

+0
-2
lines changed

packages/diagnostics_channel/src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ const dc = { channel }
1515
// Prevent going to 0 subscribers to avoid bug in Node.
1616
// See https://github.com/nodejs/node/pull/47520
1717
if (major === '19' && minor === '9') {
18-
const channel = dc.channel
19-
2018
dc.channel = function () {
2119
const maybeInactive = channel.apply(this, arguments)
2220

0 commit comments

Comments
 (0)