Skip to content

Commit

Permalink
Removing test message
Browse files Browse the repository at this point in the history
  • Loading branch information
GearsAD committed Nov 27, 2018
1 parent 2c4d1d2 commit ad4b2fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Commands.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function execute(config::Settings) :: Nothing
Genie.config.app_env = ENV["GENIE_ENV"]
Genie.config.server_port = parse(Int, parsed_args["server:port"])
if haskey(parsed_args, "server:host") && parsed_args["server:host"] != nothing
@show "haskey1"
Genie.config.server_host = parsed_args["server:host"]
end

Expand Down

0 comments on commit ad4b2fa

Please sign in to comment.