From d1cc6dc1989bcacbd1c43400333ba3853b0ca987 Mon Sep 17 00:00:00 2001 From: Tordarus Date: Wed, 10 Sep 2025 10:29:21 +0200 Subject: [PATCH] removed debug logs --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index 5d73f8c..909f946 100644 --- a/api.go +++ b/api.go @@ -169,7 +169,7 @@ func (api *Api) getChapterEntriesByPageIndex(novelID NovelID, pageIndex int) ([] entryElems.Each(func(i int, s *goquery.Selection) { td3 := s.Find("td:nth-child(3) a") - fmt.Printf("%#v\n", adverr.Must(s.Find("td:nth-child(3)").Html())) + //fmt.Printf("%#v\n", adverr.Must(s.Find("td:nth-child(3)").Html())) chapterID := strings.TrimSpace(td3.Text()) groupID := path.Base(s.Find("td:nth-child(2) a").AttrOr("href", ""))