Quick clean up

This commit is contained in:
Cryptkeeper
2015-11-02 01:04:49 -06:00
parent 97aecdcc09
commit 1c1f49aa43
3 changed files with 11 additions and 11 deletions

2
app.js
View File

@ -17,8 +17,6 @@ function pingAll() {
// Handle our ping results, if it succeeded.
if (err) {
logger.log('error', 'Failed to ping ' + network.ip + ': ' + err);
} else {
console.log(network.ip + ': ' + res.players.online);
}
server.io.sockets.emit('update', res);