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