mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-16 13:16:33 +00:00
remove print() statement
Whoops accidentally left this behind from manual troubleshooting
This commit is contained in:
parent
252ff0d689
commit
83f46b6cda
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue