From 44012b29ecbdc1f65f26c37c7804c14fb6b9b403 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 8 May 2018 03:25:00 -0700 Subject: [PATCH] Remove redundant error message. --- communicator/ssh/communicator.go | 1 - 1 file changed, 1 deletion(-) 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!")