projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e9f0c
)
domain: Remove stray console.log
author
isaacs
<i@izs.me>
Tue, 25 Sep 2012 18:08:44 +0000
(11:08 -0700)
committer
isaacs
<i@izs.me>
Tue, 25 Sep 2012 18:08:52 +0000
(11:08 -0700)
lib/domain.js
patch
|
blob
|
history
diff --git
a/lib/domain.js
b/lib/domain.js
index 31f5df49327d7ac3d0694430272450ab4e304bc0..fe71235e1eccfb52a81302ed27cf6d92469464ba 100644
(file)
--- a/
lib/domain.js
+++ b/
lib/domain.js
@@
-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.