From 2e03dda0143eb54c9ab49e2115cc0e86a36d8c70 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 10 Dec 2013 18:14:02 -0800 Subject: [PATCH] communicator/ssh: fix build --- communicator/ssh/connect.go | 1 - 1 file changed, 1 deletion(-) diff --git a/communicator/ssh/connect.go b/communicator/ssh/connect.go index 1408ff428..00002dc70 100644 --- a/communicator/ssh/connect.go +++ b/communicator/ssh/connect.go @@ -1,7 +1,6 @@ package ssh import ( - "log" "net" "time" )