mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-27 17:28:11 -07:00
make server logging consistent with other logs
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user