remove debug while fixing test
This commit is contained in:
parent
7f45c43eb1
commit
b81c735d81
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue