From eb1b14a561b463889ceedc9e3921a3aeed80e12b Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 13 Jan 2022 15:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/http_request.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/nodes/http_request.go b/internal/nodes/http_request.go index 6853ea7..44df236 100644 --- a/internal/nodes/http_request.go +++ b/internal/nodes/http_request.go @@ -13,7 +13,6 @@ import ( "github.com/TeaOSLab/EdgeNode/internal/stats" "github.com/TeaOSLab/EdgeNode/internal/utils" "github.com/iwind/TeaGo/lists" - "github.com/iwind/TeaGo/logs" "github.com/iwind/TeaGo/maps" "github.com/iwind/TeaGo/types" "io" @@ -1351,7 +1350,6 @@ func (this *HTTPRequest) Close() { // Allow 放行 func (this *HTTPRequest) Allow() { - logs.Println("allow") // TODO this.web.FirewallRef = nil }