Skip to content

Commit

Permalink
Remove a print() left in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Nov 12, 2024
1 parent e59c770 commit 08ee4da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions feincms3/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ def process(self):
relative_to = self.cleaned_data["relative_to"]
position = self.cleaned_data["position"]

print(self.cleaned_data)

if position in {"first-child", "last-child"}:
move._set_parent(relative_to)
siblings_qs = relative_to.children
Expand Down

0 comments on commit 08ee4da

Please sign in to comment.