mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-25 18:25:05 +08:00
remove log
This commit is contained in:
@@ -19,7 +19,7 @@ func HttpHandler(f func(*gin.Context) (interface{}, error)) gin.HandlerFunc {
|
|||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
log.Infof("url %v return: %+v", ctx.Request.URL, r)
|
//log.Infof("url %v return: %+v", ctx.Request.URL, r)
|
||||||
|
|
||||||
ctx.JSON(200, Response{
|
ctx.JSON(200, Response{
|
||||||
Code: 0,
|
Code: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user