Remove leftover Logf() call.

pull/137/head
Ollivier Robert 2021-04-15 16:27:54 +02:00 committed by mattn
parent 2ae3a80997
commit d6cb307605
1 changed files with 0 additions and 1 deletions

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))
}