Commit 0ce509c6 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Revert "Log client errors."

We're already logging in the caller.

This reverts commit f4811e8c.
parent c72cbe8f
......@@ -760,9 +760,6 @@ func StartClient(conn *websocket.Conn) (err error) {
c.write(*m)
}
c.close(e)
if err != nil {
log.Printf("Client: %v", err)
}
}()
return clientLoop(c, conn)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment