Remove redundant return

This commit is contained in:
wpetit 2018-09-20 15:45:52 +02:00
parent 425d139b1c
commit 3adfc2a5bb
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ func (c *client) Close() {
}
c.conn.Close()
c.conn = nil
return
}
func (c *client) logf(format string, args ...interface{}) {