mirror of https://github.com/restic/restic.git
Backend tests: remove debug
This commit is contained in:
parent
41e3e12f4b
commit
ead6d11ecf
|
@ -77,7 +77,6 @@ func TestCreate(t testing.TB) {
|
||||||
|
|
||||||
be, err := CreateFn()
|
be, err := CreateFn()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("foo\n")
|
|
||||||
t.Fatalf("Create returned error: %v", err)
|
t.Fatalf("Create returned error: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue