Remove debugging statement

This commit is contained in:
Thibault Duplessis 2012-04-22 22:20:57 +02:00
parent 850867846f
commit 2e14ea70b7

View file

@ -39,7 +39,7 @@ final class Reporting extends Actor {
nbGames = env.gameRepo.countAll.unsafePerformIO
nbPlaying = env.gameRepo.countPlaying.unsafePerformIO
nbGameSockets = env.gameHubMemo.count.toInt
loadAvg = getLoadAvg.pp
loadAvg = getLoadAvg
remoteAi = env.remoteAi.currentHealth
}
}