Skip to content

Commit e4f7bcf

Browse files
Trottdanielleadams
authored andcommitted
net: remove _readableState from debug statement
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>
1 parent 3f89dca commit e4f7bcf

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
@@ -511,8 +511,7 @@ Socket.prototype._final = function(cb) {
511511
function afterShutdown() {
512512
const self = this.handle[owner_symbol];
513513

514-
debug('afterShutdown destroyed=%j', self.destroyed,
515-
self._readableState);
514+
debug('afterShutdown destroyed=%j', self.destroyed);
516515

517516
this.callback();
518517
}

0 commit comments

Comments
 (0)