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)
     default:
       fmt.Print("Not implemented yet: ")
-      ctx.StopExecution()
       DebugVar(err)
   }
 }