From bda2468404b8f2dd136e47253d52ee11e7334e59 Mon Sep 17 00:00:00 2001 From: Taliesin Sisson Date: Sat, 7 Nov 2015 17:12:19 +0000 Subject: [PATCH] removed unused reference --- builder/hyperv/common/step_type_boot_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/hyperv/common/step_type_boot_command.go b/builder/hyperv/common/step_type_boot_command.go index e121ebad2..f5cf1d909 100644 --- a/builder/hyperv/common/step_type_boot_command.go +++ b/builder/hyperv/common/step_type_boot_command.go @@ -2,7 +2,7 @@ package common import ( "fmt" - "log" + //"log" "strings" "unicode" "unicode/utf8"