Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Aug 24, 2023
1 parent f9efaa8 commit 866d65b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions v2/pkg/subscraping/sources/builtwith/builtwith.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ func (s *Source) Run(ctx context.Context, domain string, session *subscraping.Se
return
}

// x, _ := io.ReadAll(resp.Body)
// fmt.Println(string(x))

var data response
err = jsoniter.NewDecoder(resp.Body).Decode(&data)
if err != nil {
Expand Down

0 comments on commit 866d65b

Please sign in to comment.