Remove HubMemo debugging

This commit is contained in:
Thibault Duplessis 2012-04-21 14:24:01 +02:00
parent 67c18b0110
commit 5f946f3faf
2 changed files with 0 additions and 5 deletions

View file

@ -44,12 +44,10 @@ final class HubMemo(makeHistory: () ⇒ History) {
def count = cache.size
private def compute(gameId: String): ActorRef = {
println("create game room " + gameId)
Akka.system.actorOf(Props(new Hub(gameId, makeHistory())))
}
private def onRemove(gameId: String, actor: ActorRef) {
println("delete game room " + gameId)
actor ! Close
}
}

3
todo
View file

@ -1,5 +1,2 @@
ping nbm
games played scrolling
chat username case
back button
all players ()