Skip to content

Commit

Permalink
Simplified server start method
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjondev committed Oct 24, 2018
1 parent 5d325e9 commit 3255b7d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/helper/server_helper.cr
@@ -1,10 +1,6 @@
module Frost::ServerHelper
def start_server(on port : Int32)
start_message(port)
FrostApp.run(port)
end

private def start_message(port : Int32)
puts "Running app version #{VERSION}"
FrostApp.run(port)
end
end

0 comments on commit 3255b7d

Please sign in to comment.