From e42ea358bb014f917eab4743e341cbfda41b6410 Mon Sep 17 00:00:00 2001 From: wjqserver <114663932+WJQSERVER@users.noreply.github.com> Date: Tue, 22 Apr 2025 20:58:44 +0800 Subject: [PATCH] remove debug output --- DEV-VERSION | 2 +- proxy/utils.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/DEV-VERSION b/DEV-VERSION index 3b627a1..89ba98d 100644 --- a/DEV-VERSION +++ b/DEV-VERSION @@ -1 +1 @@ -25w30d \ No newline at end of file +25w30d diff --git a/proxy/utils.go b/proxy/utils.go index ba481d0..25027b6 100644 --- a/proxy/utils.go +++ b/proxy/utils.go @@ -127,7 +127,6 @@ func ErrorPage(c *app.RequestContext, errInfo *GHProxyErrors) { return } */ - fmt.Printf("errInfo: %s\n", errInfo) c.Data(errInfo.StatusCode, "text/html; charset=utf-8", pageData) return }