Przeglądaj źródła

remove unnecessary log

v2ray 9 lat temu
rodzic
commit
54b791821e
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      proxy/dokodemo/dokodemo.go

+ 0 - 1
proxy/dokodemo/dokodemo.go

@@ -116,7 +116,6 @@ func (this *DokodemoDoor) handleUDPResponse(dest v2net.Destination, payload *all
 }
 
 func (this *DokodemoDoor) ListenTCP() error {
-	log.Info("Dokodemo: Stream settings: ", this.meta.StreamSettings)
 	tcpListener, err := internet.ListenTCP(this.meta.Address, this.meta.Port, this.HandleTCPConnection, this.meta.StreamSettings)
 	if err != nil {
 		log.Error("Dokodemo: Failed to listen on ", this.meta.Address, ":", this.meta.Port, ": ", err)