v2ray 9 лет назад
Родитель
Сommit
0a7deabd46
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      proxy/freedom/freedom.go

+ 0 - 1
proxy/freedom/freedom.go

@@ -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) {