Skip to content

Commit

Permalink
remove leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
wesjdj committed Jan 24, 2024
1 parent 48f5123 commit 565caad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions event_service/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ def test_handle_event_types(self):

print("Deleting message %s from output queue", message[0])
self.redis_mock.xtrim('event', maxlen=0)

print


if __name__ == "__main__":
Expand Down

0 comments on commit 565caad

Please sign in to comment.