Skip to content

Commit

Permalink
Reverted unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
stabacco committed Jul 15, 2021
1 parent 7916dca commit 41621ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stake/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ async def get(url: str, payload: dict = None, headers: dict = None) -> dict:
@staticmethod
async def post(url: str, payload: dict, headers: dict = None) -> dict:

print("posting to ", url)
print("payload", payload)

async with aiohttp.ClientSession(
headers=headers, raise_for_status=True
) as session:
Expand Down

0 comments on commit 41621ae

Please sign in to comment.