remove debug while fixing test

This commit is contained in:
AlteredCoder 2020-08-30 16:04:51 +02:00
parent 7f45c43eb1
commit b81c735d81

View file

@ -85,7 +85,6 @@ func testOneBucket(t *testing.T, dir string) error {
if err != nil {
t.Fatalf("failed loading bucket : %s", err)
}
log.Printf("file : %+v \n", dir)
if !testFile(t, dir+"/test.yaml", dir+"/in-buckets_state.json", holders, response) {
t.Fatalf("the test failed")
}