Skip to content

Commit

Permalink
Remove repl startup since it is rather pointless in start-node.js sin…
Browse files Browse the repository at this point in the history
…ce it is never started directly
  • Loading branch information
kriszyp committed Nov 28, 2011
1 parent deb3014 commit 31c09d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions start-node.js
Expand Up @@ -21,8 +21,4 @@ exports.start = function(jsgiApp, socketApp){
});

console.log("Listening on port " + port);
// having a REPL is really helpful
if (require.main === module) {
require("./util/repl").start();
}
};

0 comments on commit 31c09d0

Please sign in to comment.