Backend tests: remove debug

This commit is contained in:
Alexander Neumann 2016-04-17 17:39:14 +02:00
parent 41e3e12f4b
commit ead6d11ecf
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ func TestCreate(t testing.TB) {
be, err := CreateFn()
if err != nil {
fmt.Printf("foo\n")
t.Fatalf("Create returned error: %v", err)
}