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);