Skip to content

Commit

Permalink
quic: remove extraneous unused debug property
Browse files Browse the repository at this point in the history
PR-URL: #34498
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
jasnell committed Jul 27, 2020
1 parent 62198d2 commit 2fb92f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/quic/core.js
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 2fb92f4

Please sign in to comment.