[tor-commits] [bridgedb/master] Remove duplicate log statement from EmailServer.replyToMail().

isis at torproject.org isis at torproject.org
Sat Apr 19 17:02:42 UTC 2014


commit 3f0e105d554191878579f15ea40ca3f452cadbbc
Author: Isis Lovecruft <isis at 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,





More information about the tor-commits mailing list