diff --git a/src/kemal/helpers/exceptions.cr b/src/kemal/helpers/exceptions.cr index 666cdd9..a463cba 100644 --- a/src/kemal/helpers/exceptions.cr +++ b/src/kemal/helpers/exceptions.cr @@ -16,8 +16,6 @@ module Kemal::Exceptions def initialize(context : HTTP::Server::Context, message : String = "") @context = context @message = message - - super "Rendered error with #{context.response.status_code}" end end end