[bridgedb/develop] Remove duplicate log statement from EmailServer.replyToMail().

8 Apr
2014
8 Apr
'14
3:35 p.m.
commit 3f0e105d554191878579f15ea40ca3f452cadbbc Author: Isis Lovecruft <isis@torproject.org> Date: Mon Apr 7 02:49:21 2014 +0000 Remove duplicate log statement from EmailServer.replyToMail(). --- lib/bridgedb/EmailServer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bridgedb/EmailServer.py b/lib/bridgedb/EmailServer.py index eb04917..37a4a82 100644 --- a/lib/bridgedb/EmailServer.py +++ b/lib/bridgedb/EmailServer.py @@ -278,7 +278,6 @@ def replyToMail(lines, ctx): return response.seek(0) - logging.info("Sending reply to %r", util.logSafely(sendToUser)) d = defer.Deferred() factory = smtp.SMTPSenderFactory(ctx.smtpFromAddr, sendToUser,
4084
Age (days ago)
4084
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org