Remove redundant session stuff

This commit is contained in:
Sdogruyol 2016-12-10 19:34:46 +03:00
parent 9696e6c344
commit ac8ec0a07b
4 changed files with 1 additions and 125 deletions

View file

@ -18,8 +18,6 @@ module Kemal
config.server.tls = config.ssl
{% end %}
Kemal::Sessions.run_reaper!
unless Kemal.config.error_handlers.has_key?(404)
error 404 do |env|
render_404