Skip to content

Commit

Permalink
fix: solved tasking splitting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sujanadh committed Oct 12, 2023
1 parent a91442c commit ca6409a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/app/projects/project_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,6 @@ def split_polygon_into_tasks(
)
return []

features = json.loads(features)
log.debug(f"Project {project_id} split into {len(features)} tasks")
return features

Expand Down

0 comments on commit ca6409a

Please sign in to comment.