refactor: remoive print

This commit is contained in:
2025-08-10 08:22:57 +02:00
parent 4b03f99971
commit dc9e68c4b9

View File

@@ -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