Skip to content

Commit

Permalink
remove debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Jun 15, 2024
1 parent 97ff7d5 commit 07abe09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proxy/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,9 @@ func readServicesFromFile(filepath string) ([]Service, error) {
}

urlPattern := regexp.MustCompile(`(\w+\:\/\/)?([^ ]+):(\d+)`)
fmt.Printf("@@@@@@@@ urlPattern %+v \n", urlPattern)

var name, urlWithPort string
first := urlPattern.MatchString(pair[0])
fmt.Printf("@@@@@@@@ first %+v \n", first)
if first {
name, urlWithPort = pair[1], pair[0]
} else {
Expand Down

0 comments on commit 07abe09

Please sign in to comment.