mirror of https://github.com/nodejs/node.git
domain: Remove stray console.log
parent
e0e9f0c15a
commit
2a9a5e2318
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue