Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHarris360 committed Feb 26, 2025
1 parent c78b9b6 commit 926edc0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kolibri/core/exams/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,6 @@ def list(self, request, *args, **kwargs):
reverse=True,
)

# Return True for instant_report_visibility if it is null
# for item in all_objects:
# if item.get("instant_report_visibility") is None:
# item["instant_report_visibility"] = True

return Response(all_objects)

def get_object(self):
Expand Down

0 comments on commit 926edc0

Please sign in to comment.