Remove superfluous logging
This commit is contained in:
@@ -185,6 +185,5 @@ def putMetaHash(target :str, hash :str):
|
||||
|
||||
def query(collection, query):
|
||||
col = db[collection]
|
||||
log.out(f"mongo.query: Running query: {query}")
|
||||
incrementCounter(collection)
|
||||
return col.find_one(query)
|
||||
Reference in New Issue
Block a user