Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove debug agent. It shouldn't have been commited!
Browse files Browse the repository at this point in the history
Appeared accidentally in 6dd850a.
  • Loading branch information
ry committed Sep 10, 2009
1 parent 2337630 commit 8e5d4f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/node.cc
Expand Up @@ -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 = Context::New(NULL,
process_template->InstanceTemplate());
Context::Scope context_scope(context);
Expand Down

0 comments on commit 8e5d4f9

Please sign in to comment.