Skip to content

Commit

Permalink
refactor: remove missed print statements from OdkCentralAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 4, 2024
1 parent 763f0ee commit 82e4e89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions osm_fieldwork/OdkCentralAsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ async def createEntity(
"""
# The CSV must contain a geometry field to work
# TODO also add this validation to uploadMedia if CSV format
print(label)
print(data)

required_fields = ["geometry"]
if not all(key in data for key in required_fields):
Expand Down

0 comments on commit 82e4e89

Please sign in to comment.