From 08ee4daf75b1ccbcd5ce6ae30961c6843829973a Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Tue, 12 Nov 2024 10:11:35 +0100 Subject: [PATCH] Remove a print() left in the code --- feincms3/admin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/feincms3/admin.py b/feincms3/admin.py index a0504cb..4c500b2 100644 --- a/feincms3/admin.py +++ b/feincms3/admin.py @@ -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