We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6665f1 commit 21837b0Copy full SHA for 21837b0
cube/cube.go
@@ -101,7 +101,6 @@ func MiddlewareWithConfig(config Config) echo.MiddlewareFunc {
101
length := runtime.Stack(stack, false)
102
cr.Error = err.Error()
103
cr.StackTrace = string(stack[:length])
104
- println(c.Response().Status)
105
if c.Response().Status == http.StatusOK {
106
c.Response().Status = http.StatusInternalServerError
107
}
0 commit comments