Skip to content

Commit

Permalink
fix: Remove erroneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Dec 12, 2024
1 parent de96431 commit c0fdde9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion policyengine_api/routes/household_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def get_household(country_id: str, household_id: str) -> Response:
household: dict | None = household_service.get_household(
country_id, household_id
)
print(household)
if household is None:
return Response(
json.dumps(
Expand Down

0 comments on commit c0fdde9

Please sign in to comment.