Skip to content

Commit

Permalink
cloudflare: remove debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo <[email protected]>
  • Loading branch information
lfaoro committed Jun 5, 2019
1 parent e57e272 commit c13a707
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/cloudflare/cloudflare.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ func (cf Cloudflare) Zones() (map[string]string, error) {
v.Add("page", strconv.Itoa(count))
u.RawQuery = v.Encode()

fmt.Println(u.String())

req, err := http.NewRequest("GET", u.String(), nil)
if err != nil {
return nil, errors.Wrap(err, "cloudflare:")
Expand Down

0 comments on commit c13a707

Please sign in to comment.