mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
make server logging consistent with other logs
This commit is contained in:
parent
58517ad4e8
commit
4f106e7d3e
3 changed files with 12 additions and 13 deletions
|
|
@ -118,9 +118,6 @@ func (client *Client) connectionClosed() {
|
|||
}
|
||||
|
||||
func (client *Client) Destroy() {
|
||||
if DEBUG_CLIENT {
|
||||
log.Printf("%s: destroying", client)
|
||||
}
|
||||
// clean up self
|
||||
|
||||
client.socket.Close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue