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