1
Fork 0

Revert "Log client errors."

We're already logging in the caller.

This reverts commit f4811e8cf5.
This commit is contained in:
Juliusz Chroboczek 2021-02-04 22:44:14 +01:00
parent c72cbe8f27
commit 0ce509c62c
1 changed files with 0 additions and 3 deletions

View File

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