summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/commands/thread.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 43d6e9c8..d90bbe22 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -67,7 +67,6 @@ def recipient_to_from(mail, my_accounts):
for rec in recipients:
seen_name, seen_address = parseaddr(rec)
if regex.match(seen_address):
- logging.debug("match!: '%s' '%s'" % (seen_address, alias_re))
if settings.get('reply_force_realname'):
realname = acc.realname
else: