Skip to content

Commit

Permalink
quic: remove extraneous unused debug property
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Jul 23, 2020
1 parent 090ad7d commit bbe05bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/quic/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -2518,7 +2518,6 @@ function streamOnPause() {
this[kHandle].readStop();
}
class QuicStream extends Duplex {
#count = 0;
[kInternalState] = {
closed: false,
closePromise: undefined,
Expand Down

0 comments on commit bbe05bf

Please sign in to comment.