From ea0466f3a1d825f3dd9309f4d8e3f3ab21ed7542 Mon Sep 17 00:00:00 2001 From: Marco Crapts Date: Fri, 6 Sep 2024 18:21:03 +0300 Subject: [PATCH] remove print statement --- server-python/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server-python/app.py b/server-python/app.py index c620545..0f86498 100644 --- a/server-python/app.py +++ b/server-python/app.py @@ -122,7 +122,6 @@ async def get_sensor_data( ] docs = [doc async for doc in collection.aggregate(pipeline)] - print(docs) return json.loads(json_util.dumps(docs))