mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-04 13:24:46 +00:00
chore: Remove unnecessary log
This commit is contained in:
parent
7a6d318192
commit
02961967dc
@ -75,7 +75,6 @@ func ParseArgs() {
|
|||||||
config.AllowedUrls = regexp.MustCompile(allowedHostsRegex)
|
config.AllowedUrls = regexp.MustCompile(allowedHostsRegex)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Info(*allowedPattern)
|
|
||||||
if *allowedPattern != "" {
|
if *allowedPattern != "" {
|
||||||
config.AllowedPattern = regexp.MustCompile(*allowedPattern)
|
config.AllowedPattern = regexp.MustCompile(*allowedPattern)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user