Skip to content

Commit

Permalink
Fix: remove miscellaneous code
Browse files Browse the repository at this point in the history
  • Loading branch information
NGTmeaty authored Oct 30, 2024
1 parent d046dac commit 58c888c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/pkg/crawl/extractor/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ func S3(resp *http.Response) ([]*url.URL, error) {
return nil, err
}

if result.Marker == "" {

}

println(result.Marker)

// Extract base URL from the response URL
reqURL := resp.Request.URL
requestQuery := reqURL.Query()
Expand Down

0 comments on commit 58c888c

Please sign in to comment.