mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Revert "Log client errors."
We're already logging in the caller.
This reverts commit f4811e8cf5
.
This commit is contained in:
parent
c72cbe8f27
commit
0ce509c62c
1 changed files with 0 additions and 3 deletions
|
@ -760,9 +760,6 @@ func StartClient(conn *websocket.Conn) (err error) {
|
||||||
c.write(*m)
|
c.write(*m)
|
||||||
}
|
}
|
||||||
c.close(e)
|
c.close(e)
|
||||||
if err != nil {
|
|
||||||
log.Printf("Client: %v", err)
|
|
||||||
}
|
|
||||||
}()
|
}()
|
||||||
|
|
||||||
return clientLoop(c, conn)
|
return clientLoop(c, conn)
|
||||||
|
|
Loading…
Reference in a new issue