forked from External/grumble
grumble: remove superfluous client printf.
This commit is contained in:
parent
a415ae75a9
commit
18e35caae3
1 changed files with 0 additions and 1 deletions
|
|
@ -133,7 +133,6 @@ func (client *Client) ShownName() string {
|
|||
func (client *Client) IsVerified() bool {
|
||||
tlsconn := client.conn.(*tls.Conn)
|
||||
state := tlsconn.ConnectionState()
|
||||
client.Printf("%v", state.VerifiedChains)
|
||||
return len(state.VerifiedChains) > 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue