diff --git a/apps/accounts/admin.py b/apps/accounts/admin.py index 8c299748..37562d61 100644 --- a/apps/accounts/admin.py +++ b/apps/accounts/admin.py @@ -660,7 +660,6 @@ def save_model(self, request, obj, form, change): # if the provider is being archived, deactivate all networks to avoid having to manually # do this for each network - breakpoint() if "archived" in form.changed_data and not obj.archived: obj.deactivate_networks()