Remove redundant error message.

This commit is contained in:
Matthew Hooker 2018-05-08 03:25:00 -07:00
parent 8848682c35
commit 44012b29ec
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 0 additions and 1 deletions

View File

@ -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!")