Moritz Schmidt 9 vuotta sitten
vanhempi
commit
e67114ec25
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      errorhelpers.go

+ 0 - 2
errorhelpers.go

@@ -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