feat(ui): Tie selection
Removed almost all printlines
This commit is contained in:
@@ -111,7 +111,6 @@ class UserWebsocketActor(
|
||||
}
|
||||
|
||||
def transmitEventToClient(event: SimpleEvent): Unit = {
|
||||
println("This event is getting transmitted to client (INSIDE transmitEventToClient")
|
||||
transmitJsonToClient(WebsocketEventMapper.toJson(event, session))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user