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