Skip to content

Commit

Permalink
Merge pull request #10 from yuzuy/remove_debug_code
Browse files Browse the repository at this point in the history
Remove debug code
  • Loading branch information
yuzuy authored Mar 1, 2021
2 parents bf16d31 + 8586c68 commit 3c07555
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/gurl/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ func makeHeaderFromDefaultHeader(uri *url.URL, cf configFile) (http.Header, erro

header := make(http.Header)
for _, pattern := range patterns {
fmt.Println(pattern)
pattern = strings.ReplaceAll(pattern, "/", "\\/")
pattern = strings.ReplaceAll(pattern, "*", ".*")
regex, err := regexp.Compile("^" + pattern + "$")
Expand Down

0 comments on commit 3c07555

Please sign in to comment.