diff --git a/status_test.go b/status_test.go index 9b8616c..8bedbb2 100644 --- a/status_test.go +++ b/status_test.go @@ -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)) }