Skip to content

Commit

Permalink
Remove some debug lines left over
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Oct 13, 2023
1 parent 06a7500 commit e30e52d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def graceful_shutdown(self):
time to stop any active service requests, ending their busy wait
loops.
"""
print("got to graceful shutdown")
print(self.request_futures)
if self.request_futures:
incomplete_ids = ", ".join(self.request_futures.keys())
self.protocol.log(
Expand Down

0 comments on commit e30e52d

Please sign in to comment.