From 55cdc8e4ccc19a16f30706352a77d5ba1e83eb1f Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 23 May 2021 14:31:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=80=E4=B8=AA=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/http_writer.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/nodes/http_writer.go b/internal/nodes/http_writer.go index 0ca80a0..6ffdbd2 100644 --- a/internal/nodes/http_writer.go +++ b/internal/nodes/http_writer.go @@ -9,7 +9,6 @@ import ( "github.com/TeaOSLab/EdgeNode/internal/remotelogs" "github.com/TeaOSLab/EdgeNode/internal/utils" "github.com/iwind/TeaGo/lists" - "github.com/iwind/TeaGo/logs" "net" "net/http" "strings" @@ -336,7 +335,6 @@ func (this *HTTPWriter) prepareCache(size int64) { } // 检查状态 - logs.Println("status:", cacheRef.Status, this.StatusCode()) // TODO if len(cacheRef.Status) > 0 && !lists.ContainsInt(cacheRef.Status, this.StatusCode()) { return }