Skip to content

Commit

Permalink
remove: print in outlinks' ref extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinB committed Aug 27, 2024
1 parent 64258e4 commit ef8d869
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/pkg/crawl/outlinks.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package crawl

import (
"fmt"
"net/url"
"strings"
"sync"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ef8d869

Please sign in to comment.