domain: Remove stray console.log

v0.8.16-release
isaacs 2012-09-25 11:08:44 -07:00
parent e0e9f0c15a
commit 2a9a5e2318
1 changed files with 0 additions and 2 deletions

View File

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