Skip to content

Commit

Permalink
Remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurswag committed Oct 23, 2024
1 parent b6cf0f9 commit 6ccdfbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,8 +972,6 @@ def duplicate(self, request, pk):
duplicate_related_objects(
applied_control, duplicate_applied_control, new_folder, "evidences"
)
# Delete the can_access method
# Delete the duplicate_into_folder method
duplicate_applied_control.save()

return Response({"results": "applied control duplicated"})
Expand Down

0 comments on commit 6ccdfbe

Please sign in to comment.