mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-12 08:45:25 -04:00
remove unnecessary log
This commit is contained in:
@@ -30,7 +30,6 @@ func NewFreedomConnection(config *Config, space app.Space) *FreedomConnection {
|
||||
domainStrategy: config.DomainStrategy,
|
||||
timeout: config.Timeout,
|
||||
}
|
||||
log.Info("Freedom: Domain strategy: ", f.domainStrategy)
|
||||
space.InitializeApplication(func() error {
|
||||
if config.DomainStrategy == DomainStrategyUseIP {
|
||||
if !space.HasApp(dns.APP_ID) {
|
||||
|
||||
Reference in New Issue
Block a user