Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cecylia Bocovich
gettor
Commits
4ed0f9ae
Commit
4ed0f9ae
authored
May 29, 2020
by
Cecylia Bocovich
Browse files
Remove logging of successful db query
parent
b3de2e35
Changes
1
Hide whitespace changes
Inline
Side-by-side
gettor/utils/db.py
View file @
4ed0f9ae
...
...
@@ -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
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment