Skip to content

Commit

Permalink
chore: Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed May 7, 2023
1 parent 7a6d318 commit 0296196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func ParseArgs() {
config.AllowedUrls = regexp.MustCompile(allowedHostsRegex)
}

log.Info(*allowedPattern)
if *allowedPattern != "" {
config.AllowedPattern = regexp.MustCompile(*allowedPattern)
}
Expand Down

0 comments on commit 0296196

Please sign in to comment.