remove print statement
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -122,7 +122,6 @@ async def get_sensor_data(
|
|||||||
]
|
]
|
||||||
|
|
||||||
docs = [doc async for doc in collection.aggregate(pipeline)]
|
docs = [doc async for doc in collection.aggregate(pipeline)]
|
||||||
print(docs)
|
|
||||||
return json.loads(json_util.dumps(docs))
|
return json.loads(json_util.dumps(docs))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user