revert: snafu unused debugging variable

This commit is contained in:
Livio Bieri 2023-09-25 17:15:33 +02:00
parent 97edbbd751
commit 9fc6260781
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@ class DueDateSerializer(serializers.ModelSerializer):
def get_circle(self, obj):
circle = obj.get_circle()
page = obj.page
if circle:
return {
"id": circle.id,