Remove leftover Logf() call.

This commit is contained in:
Ollivier Robert 2021-04-15 16:27:54 +02:00
parent 1a1ba058a5
commit 19fe3fc466

View file

@ -381,7 +381,6 @@ func TestGetTimelineDirect(t *testing.T) {
if err != nil {
t.Fatalf("should not be fail: %v", err)
}
t.Logf("%#v", tl)
if len(tl) != 2 {
t.Fatalf("result should be two: %d", len(tl))
}