diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2022-06-21 16:32:47 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2022-06-21 16:32:47 -0400 |
commit | 2eabee3c7172e598c1f304a22b7b464e5ae40582 (patch) | |
tree | 95cb7224ec36f7e29319a6efbebf9922e9b2ad44 | |
parent | b7d71d8de67bd238f65db6d142a22d7d5a79206d (diff) | |
download | b4-2eabee3c7172e598c1f304a22b7b464e5ae40582.tar.gz |
Remove stray print()
Yes, I debug with print().
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r-- | b4/ty.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -536,7 +536,6 @@ def send_messages(listing, branch, cmdargs): smtp.quit() else: if pwstate: - print(msgids, pwstate) b4.patchwork_set_state(msgids, pwstate) logger.info('---') logger.debug('Wrote %s thank-you letters', outgoing) |