summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-11-12 12:47:02 +0100
committerRyan Dahl <ry@tinyclouds.org>2009-11-12 12:47:02 +0100
commit06d493e7e348bb023816658dda4f84336028c7fa (patch)
tree93215b0137a839b1e0b3b671aa66923cea74ca1c /src
parentbb8f0725da017bbdca9a176508eab63c4761c1b0 (diff)
downloadnode-new-06d493e7e348bb023816658dda4f84336028c7fa.tar.gz
Remove debug message
Diffstat (limited to 'src')
-rw-r--r--src/node.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc
index 1b45d5cbb5..be86e20917 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -840,7 +840,6 @@ int main(int argc, char *argv[]) {
node::EmitExitEvent();
#ifndef NDEBUG
- printf("clean up\n");
// Clean up.
context.Dispose();
V8::Dispose();