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):
|
def get_circle(self, obj):
|
||||||
circle = obj.get_circle()
|
circle = obj.get_circle()
|
||||||
|
|
||||||
page = obj.page
|
|
||||||
|
|
||||||
if circle:
|
if circle:
|
||||||
return {
|
return {
|
||||||
"id": circle.id,
|
"id": circle.id,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue