Removed log statements

This commit is contained in:
tyler 2024-04-12 14:43:20 -04:00
parent 085682d70f
commit 52b51727eb

View file

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