summaryrefslogtreecommitdiff
path: root/lib/domain.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-09-25 11:08:44 -0700
committerisaacs <i@izs.me>2012-09-25 11:08:52 -0700
commit2a9a5e2318821ed24c4c3b44d1949e0cb3ef53f9 (patch)
tree4d32ce544027154f588c6638affd3ead6cc9642a /lib/domain.js
parente0e9f0c15ac9fba896dd135ced1afa2601687dfe (diff)
downloadandroid-node-v8-2a9a5e2318821ed24c4c3b44d1949e0cb3ef53f9.tar.gz
android-node-v8-2a9a5e2318821ed24c4c3b44d1949e0cb3ef53f9.tar.bz2
android-node-v8-2a9a5e2318821ed24c4c3b44d1949e0cb3ef53f9.zip
domain: Remove stray console.log
Diffstat (limited to 'lib/domain.js')
-rw-r--r--lib/domain.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/domain.js b/lib/domain.js
index 31f5df4932..fe71235e1e 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.