From d6cb307605be95876b656be6fc3dc787833f6b8a Mon Sep 17 00:00:00 2001 From: Ollivier Robert Date: Thu, 15 Apr 2021 16:27:54 +0200 Subject: [PATCH] Remove leftover Logf() call. --- status_test.go | 1 - 1 file changed, 1 deletion(-) 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)) }