diff --git a/pillar/api/latest.py b/pillar/api/latest.py index 8cffbb78..4d382445 100644 --- a/pillar/api/latest.py +++ b/pillar/api/latest.py @@ -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)