Skip to content

Commit

Permalink
remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheppsu committed May 2, 2024
1 parent 2d735d6 commit 40a1c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osu/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ async def _request(self, data, is_refresh=False):
try:
resp.raise_for_status()
except Exception as e:
print(data)
raise e
json = await resp.json()
self._handle_response(json)
Expand Down

0 comments on commit 40a1c40

Please sign in to comment.