mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
remove debug output
This commit is contained in:
parent
4936a93788
commit
e42ea358bb
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
25w30d
|
25w30d
|
||||||
|
|
|
||||||
|
|
@ -127,7 +127,6 @@ func ErrorPage(c *app.RequestContext, errInfo *GHProxyErrors) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
fmt.Printf("errInfo: %s\n", errInfo)
|
|
||||||
c.Data(errInfo.StatusCode, "text/html; charset=utf-8", pageData)
|
c.Data(errInfo.StatusCode, "text/html; charset=utf-8", pageData)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue