Skip to content

Commit

Permalink
chore: cleanup debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed May 29, 2024
1 parent 1099312 commit f028bee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions catalyst-gateway/tests/api_tests/api_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ def get_staked_ada(address: str, network: str, slot_number: int):
)
assert resp.status_code == 200 or resp.status_code == 404
if resp.status_code == 200:
print(f"code: {resp.status_code}, data: {resp.json()}")
return resp.json()
elif resp.status_code == 404:
print(f"code: {resp.status_code}")


def get_date_time_to_slot_number(network: str, date_time: datetime):
Expand Down

0 comments on commit f028bee

Please sign in to comment.