removed unused code

This commit is contained in:
barisusakli
2014-12-03 23:13:26 -05:00
parent e7c2bc5d5d
commit 9e9b138afb
2 changed files with 0 additions and 12 deletions

View File

@@ -106,13 +106,6 @@ if(nconf.get('ssl')) {
}
winston.info('NodeBB is now listening on: ' + bind_address);
if (process.send) {
process.send({
action: 'listening',
bind_address: bind_address,
primary: nconf.get('isPrimary') === 'true'
});
}
callback();
});