remove debug output

This commit is contained in:
wjqserver 2025-04-22 20:58:44 +08:00
parent 4936a93788
commit e42ea358bb
2 changed files with 1 additions and 2 deletions

View file

@ -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
}