Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed Nov 10, 2023
1 parent 4980a42 commit 9375766
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions personal/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def get_verbose_name(self, obj):

@ts_interface(context='personal')
class ProfileSerializer(serializers.ModelSerializer):
# grade_info = GradeSerializer(many=True)

grade = serializers.IntegerField()
grade_name = serializers.SerializerMethodField('get_grade_name')
school = SchoolProfileSerializer(many=False, read_only=True)
Expand Down

0 comments on commit 9375766

Please sign in to comment.