[tor-commits] [gettor/master] Remove logging of successful db query
cohosh at torproject.org
cohosh at torproject.org
Fri Jun 5 17:59:53 UTC 2020
commit 4ed0f9ae02de837cd278767fa84167c728f18879
Author: Cecylia Bocovich <cohosh at torproject.org>
Date: Fri May 29 15:08:11 2020 -0400
Remove logging of successful db query
---
gettor/utils/db.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/gettor/utils/db.py b/gettor/utils/db.py
index d6bf153..c2e2634 100644
--- a/gettor/utils/db.py
+++ b/gettor/utils/db.py
@@ -32,7 +32,6 @@ class SQLite3(object):
Query callback
Log that the database query has been executed and return results
"""
- log.msg("Database query executed successfully.")
return results
def query_errback(self, error=None):
More information about the tor-commits
mailing list