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