Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
remove debug code
  • Loading branch information
eric-intuitem committed Feb 11, 2024
1 parent a9accb3 commit aff29c8
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 @@ -348,7 +348,6 @@ def quality_check_detail(self, request, pk):

@action(detail=True, name="Get treatment plan CSV")
def treatment_plan_csv(self, request, pk):
print("coucou")
(object_ids_view, _, _) = RoleAssignment.get_accessible_object_ids(
Folder.get_root_folder(), request.user, RiskAssessment
)
Expand Down

0 comments on commit aff29c8

Please sign in to comment.