
5 Jun
2020
5 Jun
'20
5:59 p.m.
commit 4ed0f9ae02de837cd278767fa84167c728f18879 Author: Cecylia Bocovich <cohosh@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):