aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-06-21 16:32:47 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-06-21 16:32:47 -0400
commit2eabee3c7172e598c1f304a22b7b464e5ae40582 (patch)
tree95cb7224ec36f7e29319a6efbebf9922e9b2ad44
parentb7d71d8de67bd238f65db6d142a22d7d5a79206d (diff)
downloadb4-2eabee3c7172e598c1f304a22b7b464e5ae40582.tar.gz
Remove stray print()
Yes, I debug with print(). Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--b4/ty.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/b4/ty.py b/b4/ty.py
index 95477ff..3c607b0 100644
--- a/b4/ty.py
+++ b/b4/ty.py
@@ -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)