commit 3f0e105d554191878579f15ea40ca3f452cadbbc
Author: Isis Lovecruft <[email protected]>
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,
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits