domain: Remove stray console.log
authorisaacs <i@izs.me>
Tue, 25 Sep 2012 18:08:44 +0000 (11:08 -0700)
committerisaacs <i@izs.me>
Tue, 25 Sep 2012 18:08:52 +0000 (11:08 -0700)
lib/domain.js

index 31f5df49327d7ac3d0694430272450ab4e304bc0..fe71235e1eccfb52a81302ed27cf6d92469464ba 100644 (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.