Skip to content

Commit

Permalink
Remove breakpoint that freezes the code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Mar 2, 2024
1 parent 232b1e4 commit 4a3587a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/accounts/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 4a3587a

Please sign in to comment.