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 }