diff options
author | Thom May <thom@chef.io> | 2016-05-11 15:51:55 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-05-16 13:38:19 +0100 |
commit | ebc0903ebfc3f1e656e52c4a4ece60e08a34bdca (patch) | |
tree | 15a92d1266589576453e9d7f4aef5ab1065b49e0 /lib | |
parent | 82d65de08f3d6e9534af5f16278571ffda66a373 (diff) | |
download | chef-ebc0903ebfc3f1e656e52c4a4ece60e08a34bdca.tar.gz |
remove dead comment
Signed-off-by: Thom May <thom@may.lt>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/application/solo.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb index b3d2f61a52..98d9acca5e 100644 --- a/lib/chef/application/solo.rb +++ b/lib/chef/application/solo.rb @@ -228,7 +228,6 @@ class Chef::Application::Solo < Chef::Application set_specific_recipes Chef::Config[:solo] = true - # Chef::Config[:solo_legacy_mode] = true Chef::Log.deprecation("-r MUST be changed to --recipe-url, the -r option will be changed in Chef 13.0") if ARGV.include?("-r") |