Skip to content

Commit 36acf8a

Browse files
TrottRafaelGSS
authored andcommitted
net: remove _readableState from debug statement
Ref: #445 PR-URL: #45063 Refs: #445 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c7b7f2b commit 36acf8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/net.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,7 @@ Socket.prototype._final = function(cb) {
496496
function afterShutdown() {
497497
const self = this.handle[owner_symbol];
498498

499-
debug('afterShutdown destroyed=%j', self.destroyed,
500-
self._readableState);
499+
debug('afterShutdown destroyed=%j', self.destroyed);
501500

502501
this.callback();
503502
}

0 commit comments

Comments
 (0)