Skip to content

Commit

Permalink
Remove duplicate option setting
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN authored and FooBarWidget committed Mar 28, 2018
1 parent 9449dfe commit d34d713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/agent/Core/Controller/InitRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ Controller::createNewPoolOptions(Client *client, Request *req,

options.appGroupName = appGroupName;

fillPoolOption(req, options.appType, "!~PASSENGER_APP_TYPE");
fillPoolOption(req, options.environment, "!~PASSENGER_APP_ENV");
fillPoolOption(req, options.ruby, "!~PASSENGER_RUBY");
fillPoolOption(req, options.python, "!~PASSENGER_PYTHON");
Expand Down

0 comments on commit d34d713

Please sign in to comment.