|
@@ -101,8 +101,6 @@ func HandleError(e interface{}, ctx *iris.Context) {
|
|
|
}
|
|
}
|
|
|
ctx.Set("params", params)
|
|
ctx.Set("params", params)
|
|
|
|
|
|
|
|
- // fmt.Printf("para %#v\n", params)
|
|
|
|
|
-
|
|
|
|
|
switch err.getErrLvl() {
|
|
switch err.getErrLvl() {
|
|
|
case ERR_LVL_INFORMATION:
|
|
case ERR_LVL_INFORMATION:
|
|
|
templatehelpers.ShowNotification(ctx) // TODO: information custom color
|
|
templatehelpers.ShowNotification(ctx) // TODO: information custom color
|