chore: Remove unnecessary log

This commit is contained in:
xvzc 2023-05-07 15:03:41 +09:00
parent 7a6d318192
commit 02961967dc

View File

@ -75,7 +75,6 @@ func ParseArgs() {
config.AllowedUrls = regexp.MustCompile(allowedHostsRegex)
}
log.Info(*allowedPattern)
if *allowedPattern != "" {
config.AllowedPattern = regexp.MustCompile(*allowedPattern)
}