diff --git a/lib/net.js b/lib/net.js index ee28ddcbde8817..06bb3879fa33c1 100644 --- a/lib/net.js +++ b/lib/net.js @@ -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(); }