1
0
Fork 0
forked from External/ergo

make server logging consistent with other logs

This commit is contained in:
Jeremy Latt 2014-02-18 10:22:40 -08:00
parent 58517ad4e8
commit 4f106e7d3e
3 changed files with 12 additions and 13 deletions

View file

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