Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Remove prints (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro authored Feb 16, 2024
1 parent 7cdb342 commit dfd15f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ func validateURL(u string) error {
if u == "" {
return nil
}
fmt.Println("u: ", u)
_, err := url.Parse(u)
fmt.Println("err: ", err)
return err
}

0 comments on commit dfd15f3

Please sign in to comment.