Skip to content

Commit

Permalink
Remove debug log (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego authored Mar 28, 2024
1 parent 6592af4 commit 9be28ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rspec/openapi/components_updater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def update!(base, fresh)
def build_fresh_schemas(references, base, fresh)
references.inject({}) do |acc, paths|
ref_link = dig_schema(base, paths)[:$ref]
puts "ref_link: #{ref_link}"
schema_name = ref_link.to_s.gsub('#/components/schemas/', '')
schema_body = dig_schema(fresh, paths.reject { |path| path.is_a?(Integer) })

Expand Down

0 comments on commit 9be28ad

Please sign in to comment.