Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7a1230

Browse files
committed
去掉 fmt
1 parent 5062a5e commit a7a1230

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/logic/auto_crawl.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ func (self AutoCrawlLogic) parseArticleList(strUrl string, autoCrawlConf *model.
205205
}
206206

207207
func (self AutoCrawlLogic) fetchArticleListFromApi(strUrl string, autoCrawlConf *model.AutoCrawlRule, isSearch bool) error {
208-
fmt.Println("url:", strUrl)
209208

210209
req, err := http.NewRequest("GET", strUrl, nil)
211210
if err != nil {

0 commit comments

Comments
 (0)