Skip to content

Commit

Permalink
net: remove _readableState from debug statement
Browse files Browse the repository at this point in the history
Ref: #445
PR-URL: #45063
Refs: #445
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and danielleadams committed Jan 3, 2023
1 parent 3f89dca commit e4f7bcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/net.js
Expand Up @@ -511,8 +511,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 e4f7bcf

Please sign in to comment.