@@ -110,7 +110,6 @@ func HandleError(e interface{}, ctx *iris.Context) {
templatehelpers.ShowError(ctx)
default:
fmt.Print("Not implemented yet: ")
- ctx.StopExecution()
DebugVar(err)
}