diff options
-rw-r--r-- | chef-config/lib/chef-config/config.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index ba646c8530..9d18f4f2be 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -912,7 +912,6 @@ module ChefConfig # sure Chef runs do not crash. # @api private def self.enable_fips_mode - ChefConfig.logger.warn "The `fips` feature is still a work in progress. This feature is incomplete." OpenSSL.fips_mode = true require "digest" require "digest/sha1" |