Skip to content

Commit

Permalink
net: remove _readableStream from debug statement
Browse files Browse the repository at this point in the history
Ref: #445
  • Loading branch information
Trott committed Oct 19, 2022
1 parent 87cdf7d commit 6007247
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/net.js
Expand Up @@ -496,8 +496,7 @@ Socket.prototype._final = function(cb) {
function afterShutdown() {
const self = this.handle[owner_symbol];

debug('afterShutdown destroyed=%j', self.destroyed,
self._readableState);
debug('afterShutdown destroyed=%j', self.destroyed);

this.callback();
}
Expand Down

0 comments on commit 6007247

Please sign in to comment.