diff --git a/lib/domain.js b/lib/domain.js index 31f5df4932..fe71235e1e 100644 --- a/lib/domain.js +++ b/lib/domain.js @@ -207,8 +207,6 @@ Domain.prototype.bind = function(cb, interceptError) { }; Domain.prototype.dispose = function() { - console.error('dispose', this, exports.active, process.domain) - if (this._disposed) return; // if we're the active domain, then get out now.