commit 6557fd3bf7fd87a7c0e769747647b08666269d36
Author: Isis Lovecruft <[email protected]>
Date:   Tue Feb 24 08:49:48 2015 +0000

    Decrease logging for email signing.
---
 lib/bridgedb/email/autoresponder.py |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/bridgedb/email/autoresponder.py 
b/lib/bridgedb/email/autoresponder.py
index e96ad91..726856c 100644
--- a/lib/bridgedb/email/autoresponder.py
+++ b/lib/bridgedb/email/autoresponder.py
@@ -357,7 +357,6 @@ class EmailResponse(object):
             sig = self.gpgSign(body)
             if sig:
                 body = sig
-                print("Signed email body:\n%s" % body) # XXX
         self.writelines(body)
 
 



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to