Removed debug print
This commit is contained in:
@@ -74,7 +74,6 @@ def latest_nodes(db_filter, projection, limit):
|
|||||||
{'$project': proj},
|
{'$project': proj},
|
||||||
]
|
]
|
||||||
|
|
||||||
print('QUERY: db.nodes.aggregate(%r)' % pipeline)
|
|
||||||
latest = nodes_coll.aggregate(pipeline)
|
latest = nodes_coll.aggregate(pipeline)
|
||||||
return list(latest)
|
return list(latest)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user