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