Skip to content

Commit

Permalink
style: [AXM-287,310,331] Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
KyryloKireiev committed May 7, 2024
1 parent 3492bc5 commit 938e832
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lms/djangoapps/mobile_api/users/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ class CourseEnrollmentSerializer(serializers.ModelSerializer):
audit_access_expires = serializers.SerializerMethodField()
course_modes = serializers.SerializerMethodField()

# BLOCK_STRUCTURE_CACHE_TIMEOUT = 60 * 60 # 1 hour

def get_audit_access_expires(self, model):
"""
Returns expiration date for a course audit expiration, if any or null
Expand Down

0 comments on commit 938e832

Please sign in to comment.