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 RafaelGSS committed Nov 10, 2022
1 parent c7b7f2b commit 36acf8a
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 36acf8a

Please sign in to comment.