@ -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.