Skip to content

Commit

Permalink
removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Jul 31, 2024
1 parent 79a9878 commit 58690ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/services/external_apis/ror_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ def fetch(force: false)
log_message(method: method, message: "From #{download_url}")

payload = download_ror_file(url: download_url)

puts payload[0..100]

if payload.present?
file = File.open(zip_file, 'wb')
file.write(payload)
Expand Down

0 comments on commit 58690ee

Please sign in to comment.