Skip to content
Snippets Groups Projects
Commit b056da93 authored by Clément Pit-Claudel's avatar Clément Pit-Claudel
Browse files

; client: Remove debugging message

parent a85dbad5
Branches
Tags
1 merge request!27Add an IncrementalUI mixin
......@@ -26,7 +26,6 @@ abstract class WSClientApp extends ClientApp:
val sendMessage = (js: ujson.Value) => socket.send(js.toString)
val client = init(userId, sendMessage, target)
socket.onmessage = msg =>
println(msg)
val js = ujson.read(msg.data.toString)
client.onMessage(SocketResponseWire.decode(js).flatten)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment