feat(ui): Tie selection
Removed almost all printlines
This commit is contained in:
@@ -27,7 +27,6 @@ class UserSession(val user: User, val host: Boolean, val gameLobby: GameLobby) e
|
||||
case _ =>
|
||||
}
|
||||
websocketActor.foreach(_.solveRequests())
|
||||
println("EVENT which will get transmitted to client:" + event.id)
|
||||
websocketActor.foreach(_.transmitEventToClient(event))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user