Remove redundant error message.
This commit is contained in:
parent
8848682c35
commit
44012b29ec
|
@ -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…
Reference in New Issue