s3: Remove log line

This commit is contained in:
Alexander Neumann 2017-05-13 19:58:25 +02:00
parent 4ac0d3ad40
commit 5c6ec78789
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ func TestBackendMinio(t *testing.T) {
cfg.stopServer()
}
if cfg.removeTempdir != nil {
t.Logf("removeTempdir %v", config)
cfg.removeTempdir()
}
return nil