From 8e5d4f9a69cc228afc377a8417bb98411a75cd9d Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 10 Sep 2009 12:41:18 +0200 Subject: [PATCH] Remove debug agent. It shouldn't have been commited! Appeared accidentally in 6dd850aa. --- src/node.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/node.cc b/src/node.cc index 5aa1dc127f..74db700430 100644 --- a/src/node.cc +++ b/src/node.cc @@ -502,8 +502,6 @@ main(int argc, char *argv[]) // to it's namespace node.EventEmitter in Load() bellow. EventEmitter::Initialize(process_template); - Debug::EnableAgent("node", 2222); - Persistent context = Context::New(NULL, process_template->InstanceTemplate()); Context::Scope context_scope(context);