From 54b791821e1fbc211242c849c4e836222144e9b7 Mon Sep 17 00:00:00 2001 From: v2ray Date: Sun, 3 Jul 2016 09:40:22 +0200 Subject: [PATCH] remove unnecessary log --- proxy/dokodemo/dokodemo.go | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy/dokodemo/dokodemo.go b/proxy/dokodemo/dokodemo.go index 0accce12..42d3b25a 100644 --- a/proxy/dokodemo/dokodemo.go +++ b/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)