feat(ui): Tie selection

Removed almost all printlines
This commit is contained in:
LQ63
2026-01-13 14:29:19 +01:00
parent ee7555ad97
commit 4b56e08c14
3 changed files with 1 additions and 5 deletions

View File

@@ -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))
}