Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-09-25 22:08:44 +0400
committerisaacs <i@izs.me>2012-09-25 22:08:52 +0400
commit2a9a5e2318821ed24c4c3b44d1949e0cb3ef53f9 (patch)
tree4d32ce544027154f588c6638affd3ead6cc9642a /lib
parente0e9f0c15ac9fba896dd135ced1afa2601687dfe (diff)
domain: Remove stray console.log
Diffstat (limited to 'lib')
-rw-r--r--lib/domain.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/domain.js b/lib/domain.js
index 31f5df49327..fe71235e1ec 100644
--- 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.