Skip to content

Commit

Permalink
remove debugging stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Jul 16, 2024
1 parent e59fb78 commit afd2797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lambdas/aggregation/src/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def handler(event, context):
results = json.loads(response["Body"].read().decode("utf-8"))
for geom_result in results:
result = json.loads(geom_result["Output"])
print("result", result)
if result["status"] == "success":
combined_data.append(
{"result": result["data"], "geometry_id": result["fid"]}
Expand Down

0 comments on commit afd2797

Please sign in to comment.