[tor-commits] [gettor/master] Remove logs
    hiro at torproject.org 
    hiro at torproject.org
       
    Fri Oct 18 11:49:45 UTC 2019
    
    
  
commit cf38502cff9aa0fdc12d2e5a2622232d48693d8c
Author: hiro <hiro at torproject.org>
Date:   Fri Oct 18 13:49:42 2019 +0200
    Remove logs
---
 gettor/parse/email.py | 4 ----
 1 file changed, 4 deletions(-)
diff --git a/gettor/parse/email.py b/gettor/parse/email.py
index d3d4fa1..4629b7c 100644
--- a/gettor/parse/email.py
+++ b/gettor/parse/email.py
@@ -152,10 +152,6 @@ class EmailParser(object):
 
 
     def too_many_requests(self, hid, test_hid, num_requests, limit):
-        log.msg(
-            "test_hid {}".format(test_hid), system="email parser"
-        )
-
         if hid == test_hid:
             return False
         elif num_requests < limit:
    
    
More information about the tor-commits
mailing list