Remove leftover Logf() call.

This commit is contained in:
Ollivier Robert 2021-04-15 16:27:54 +02:00 committed by mattn
parent 2ae3a80997
commit d6cb307605

View File

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