remove print() statement
Whoops accidentally left this behind from manual troubleshooting
This commit is contained in:
parent
252ff0d689
commit
83f46b6cda
|
@ -62,7 +62,6 @@ class List(OrderedCollectionMixin, BookWyrmModel):
|
||||||
|
|
||||||
def raise_not_editable(self, viewer):
|
def raise_not_editable(self, viewer):
|
||||||
"""the associated user OR the list owner can edit"""
|
"""the associated user OR the list owner can edit"""
|
||||||
print("raising not editable")
|
|
||||||
if self.user == viewer:
|
if self.user == viewer:
|
||||||
return
|
return
|
||||||
# group members can edit items in group lists
|
# group members can edit items in group lists
|
||||||
|
|
Loading…
Reference in New Issue