Skip to content

Commit

Permalink
Remove unwanted console log
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 23, 2016
1 parent 5c6b583 commit ee2e26f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/main.js
Expand Up @@ -52,8 +52,6 @@ var createServer = function() {
if (settings.gid) {
process.setgid(settings.gid);
}
var address = server.address();
console.log('Server is listening on %s:%d', address.address, address.port);

eventEmitter.emit('ready', server);
});
Expand Down

0 comments on commit ee2e26f

Please sign in to comment.