Skip to content

Commit 21837b0

Browse files
committed
Removed a print statement
Signed-off-by: Vishal Rana <[email protected]>
1 parent f6665f1 commit 21837b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cube/cube.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ func MiddlewareWithConfig(config Config) echo.MiddlewareFunc {
101101
length := runtime.Stack(stack, false)
102102
cr.Error = err.Error()
103103
cr.StackTrace = string(stack[:length])
104-
println(c.Response().Status)
105104
if c.Response().Status == http.StatusOK {
106105
c.Response().Status = http.StatusInternalServerError
107106
}

0 commit comments

Comments
 (0)