remove debug fmt.Print from test

This commit is contained in:
Joel Scoble 2016-07-07 18:12:54 -05:00
parent 999b8b2ed0
commit 94d158b0b7
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package file
import (
"fmt"
"io/ioutil"
"os"
"path/filepath"
@ -163,7 +162,6 @@ func TestProvisionDownloadMkdirAll(t *testing.T) {
if err != nil {
t.Fatalf("error tempfile: %s", err)
}
fmt.Println(tf.Name())
defer os.Remove(tf.Name())
config := map[string]interface{}{