Skip to content

Commit

Permalink
Removing console log (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Leonard <robertleonard@Roberts-MacBook-Pro-2.local>
  • Loading branch information
Robert-H-Leonard and Robert Leonard authored Oct 10, 2022
1 parent debe98b commit 78d5f0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python-sdk/src/forta_agent/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def fetch_jwt(claims, expiresAt=None) -> str:
response = requests.request("POST", uri, json={'claims': claims})

if response.status_code == 200:
print("Got response: " + response.json())
data = response.json()
return data.get('token')

Expand Down

0 comments on commit 78d5f0e

Please sign in to comment.