Moritz Schmidt 9 سال پیش
والد
کامیت
aebc654078
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      errorhelpers.go

+ 0 - 1
errorhelpers.go

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