From dc9e68c4b9a9079bd14ba6c34a623fac4d5b9ad5 Mon Sep 17 00:00:00 2001 From: moanos Date: Sun, 10 Aug 2025 08:22:57 +0200 Subject: [PATCH] refactor: remoive print --- src/fellchensammlung/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fellchensammlung/views.py b/src/fellchensammlung/views.py index f418f61..6a63c8e 100644 --- a/src/fellchensammlung/views.py +++ b/src/fellchensammlung/views.py @@ -100,7 +100,6 @@ def handle_an_check_actions(request, action, adoption_notice=None): if action == "checked_inactive": adoption_notice.set_closed() elif action == "checked_active": - print("dads") adoption_notice.set_active() return None