Remove redundant at_exit hook
This commit is contained in:
parent
de98236fc4
commit
0eb7638b1b
1 changed files with 0 additions and 4 deletions
|
@ -34,7 +34,3 @@ module Kemal
|
|||
server.listen
|
||||
end
|
||||
end
|
||||
|
||||
at_exit do
|
||||
Kemal.run if Kemal.config.run
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue