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 }