From 75d2d769a9c5c137ab71d1bb19b1c1ef65c29375 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 26 Sep 2013 02:31:10 -0700 Subject: [PATCH] We're not using this log package. --- builder/amazon/chroot/copy_files_test.go | 1 - 1 file changed, 1 deletion(-) 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" )