Remove redundant at_exit hook

This commit is contained in:
Sdogruyol 2016-04-09 17:17:11 +03:00
parent de98236fc4
commit 0eb7638b1b
1 changed files with 0 additions and 4 deletions

View File

@ -34,7 +34,3 @@ module Kemal
server.listen
end
end
at_exit do
Kemal.run if Kemal.config.run
end