Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed Oct 5, 2024
1 parent 79f21d8 commit 2111900
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions steam/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ async def runner() -> None:

async def close(self) -> None:
"""Close the connection to Steam."""
print("Closing")
if self.is_closed():
return

Expand All @@ -436,7 +435,7 @@ async def close(self) -> None:
await self._state.handle_close()
except ConnectionClosed:
pass
print("Closed")

await self.http.close()
self._ready.clear()

Expand Down

0 comments on commit 2111900

Please sign in to comment.