Browse Source

domain: Remove stray console.log

v0.8.10-release
isaacs 12 years ago
parent
commit
2a9a5e2318
  1. 2
      lib/domain.js

2
lib/domain.js

@ -207,8 +207,6 @@ Domain.prototype.bind = function(cb, interceptError) {
}; };
Domain.prototype.dispose = function() { Domain.prototype.dispose = function() {
console.error('dispose', this, exports.active, process.domain)
if (this._disposed) return; if (this._disposed) return;
// if we're the active domain, then get out now. // if we're the active domain, then get out now.

Loading…
Cancel
Save