remove debug fmt.Print from test
This commit is contained in:
parent
999b8b2ed0
commit
94d158b0b7
|
@ -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{}{
|
||||
|
|
Loading…
Reference in New Issue