remove print() statement

Whoops accidentally left this behind from manual troubleshooting
This commit is contained in:
Hugh Rundle 2021-10-10 12:01:21 +11:00
parent 252ff0d689
commit 83f46b6cda

View file

@ -62,7 +62,6 @@ class List(OrderedCollectionMixin, BookWyrmModel):
def raise_not_editable(self, viewer):
"""the associated user OR the list owner can edit"""
print("raising not editable")
if self.user == viewer:
return
# group members can edit items in group lists