Browse Source

Remove debug agent. It shouldn't have been commited!

Appeared accidentally in 6dd850aa.
v0.7.4-release
Ryan 16 years ago
parent
commit
8e5d4f9a69
  1. 2
      src/node.cc

2
src/node.cc

@ -502,8 +502,6 @@ main(int argc, char *argv[])
// to it's namespace node.EventEmitter in Load() bellow. // to it's namespace node.EventEmitter in Load() bellow.
EventEmitter::Initialize(process_template); EventEmitter::Initialize(process_template);
Debug::EnableAgent("node", 2222);
Persistent<Context> context = Context::New(NULL, Persistent<Context> context = Context::New(NULL,
process_template->InstanceTemplate()); process_template->InstanceTemplate());
Context::Scope context_scope(context); Context::Scope context_scope(context);

Loading…
Cancel
Save