Skip to content

Commit

Permalink
Remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Aug 24, 2023
1 parent 2940c20 commit 705a5d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ def ConflateGeojson(request):
geojson_data = json.loads(request.body)["geojson"]
except json.JSONDecodeError:
return HttpResponseBadRequest("Invalid input")
print(geojson_data)

conflated_geojson = conflate_geojson(geojson_data, remove_conflated=True)

Expand Down

0 comments on commit 705a5d6

Please sign in to comment.