Skip to content

Commit

Permalink
Remove testing puts in design_data.
Browse files Browse the repository at this point in the history
  • Loading branch information
kholtzman5610 committed Dec 12, 2023
1 parent f9c999b commit b38f250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/study_json_record/processor_v2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def brief_summary_data
def design_data
return unless protocol_section
nct_id = protocol_section.dig('identificationModule', 'nctId')
puts "NCT ID: #{nct_id}"

info = protocol_section.dig('designModule', 'designInfo')
return unless info
Expand Down

0 comments on commit b38f250

Please sign in to comment.