Remove superfluous logging
This commit is contained in:
parent
2d9a802d8b
commit
dc7ebc76b2
@ -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