diff --git a/internal/pkg/crawl/outlinks.go b/internal/pkg/crawl/outlinks.go index 980a6bde..b838b803 100644 --- a/internal/pkg/crawl/outlinks.go +++ b/internal/pkg/crawl/outlinks.go @@ -1,7 +1,6 @@ package crawl import ( - "fmt" "net/url" "strings" "sync" @@ -35,8 +34,6 @@ func extractOutlinks(base *url.URL, doc *goquery.Document) (outlinks []*url.URL, if exists { rawOutlinks = append(rawOutlinks, link) } - - fmt.Println(item.Text()) }) // Turn strings into url.URL