Skip to content

Commit

Permalink
Remove debugging line
Browse files Browse the repository at this point in the history
ragesoss committed Jan 10, 2025

Verified

This commit was signed with the committer’s verified signature.
ByteExceptionM masel.io
1 parent 666317c commit 4155322
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/petscan_api.rb
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@ class PetScanApi
def get_data(psid, update_service: nil)
url = query_url(psid)
response = petscan.get url
puts response.body
Oj.load(response.body)
rescue StandardError => e
log_error(e, update_service:,

0 comments on commit 4155322

Please sign in to comment.