revert: snafu unused debugging variable
This commit is contained in:
parent
97edbbd751
commit
9fc6260781
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue