Remove redundant error message.

pull/6253/head
Matthew Hooker 8 years ago
parent 8848682c35
commit 44012b29ec
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -335,7 +335,6 @@ func (c *comm) reconnect() (err error) {
}
if err != nil {
log.Printf("[ERROR] handshake error: %s", err)
return
}
log.Printf("[DEBUG] handshake complete!")

Loading…
Cancel
Save