From 52b51727eb77b864749bdb204800f4822aec8ffc Mon Sep 17 00:00:00 2001 From: tyler Date: Fri, 12 Apr 2024 14:43:20 -0400 Subject: [PATCH] Removed log statements --- chat_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/chat_test.go b/chat_test.go index e0c016e..d84eb04 100644 --- a/chat_test.go +++ b/chat_test.go @@ -39,7 +39,6 @@ func TestChatInfo(t *testing.T) { if ci.Page == "" { t.Fatal("Want non-empty page") } - t.Log("Page:", ci.Page) if ci.UrlPrefix == "" { t.Fatal("Want non-empty url prefix") }