2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 01:20:49 +00:00

s3: Remove log line

This commit is contained in:
Alexander Neumann 2017-05-13 19:58:25 +02:00
parent 4ac0d3ad40
commit 5c6ec78789

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