Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Jul 18, 2024
1 parent 5886101 commit 320af67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/queue_runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ def path_maildir(tmp_path):
# https://github.com/adamchainz/time-machine/issues/305
def test_can_move_stale_messages_back_to_new(path_maildir):
mailer = DebugMailer()
print(sys.implementation.name)
print(sys.version_info)
print(IS_PYPY3)
inject_example_message(path_maildir, target_folder='cur')

send_all_queued_messages(path_maildir, mailer)
Expand Down

0 comments on commit 320af67

Please sign in to comment.