Skip to content

Commit

Permalink
comment out some large debug
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Simmons <sean.simmons@progress.com>
  • Loading branch information
sean-simmons-progress committed Sep 17, 2024
1 parent 7267bfb commit df08134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chef/version_resolver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ def find_raw_metadata_for(target_platform, target_architecture)
# Merge metadata
raw_metadata.merge!(build_map[core_platform][version][l_target_arch])
end
# Debug information
puts "Debug Info - Raw Metadata: #{raw_metadata.inspect}"
# Uncomment this line to see the raw metadata as it gets executed. Useful for when you want to see the maped versions in json format.
# puts "Debug Info - Raw Metadata: #{raw_metadata.inspect}"
raw_metadata
end

Expand Down

0 comments on commit df08134

Please sign in to comment.