Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Nov 26, 2024
1 parent bd36243 commit c3e1496
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/lib/genome/importers/api_importers/go/api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def get_entries(url, start, rows)
end

def make_get_request(uri)
puts uri
res = Net::HTTP.get_response(uri)
raise StandardError, 'Request Failed!' unless res.code == '200'

Expand Down

0 comments on commit c3e1496

Please sign in to comment.