diff --git a/builder/amazon/chroot/copy_files_test.go b/builder/amazon/chroot/copy_files_test.go index 9a0bb5a4a..a9da8d742 100644 --- a/builder/amazon/chroot/copy_files_test.go +++ b/builder/amazon/chroot/copy_files_test.go @@ -2,7 +2,6 @@ package chroot import ( "io/ioutil" - "log" "os" "testing" )