diff --git a/communicator/ssh/communicator.go b/communicator/ssh/communicator.go index 6545d1d5c..8fbddc968 100644 --- a/communicator/ssh/communicator.go +++ b/communicator/ssh/communicator.go @@ -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!")