From 970376ed56baa57dcbf211006978bb1fcf7e3a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 15 Sep 2017 17:04:23 +0200 Subject: [PATCH] Removed debug print --- pillar/api/latest.py | 1 - 1 file changed, 1 deletion(-) 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)