Removed debug print

This commit is contained in:
Sybren A. Stüvel 2017-09-15 17:04:23 +02:00
parent e2ea8d491b
commit 970376ed56

View File

@ -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)