Skip to content

Commit

Permalink
removes breakpoint typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lamawmouk committed Mar 16, 2023
1 parent f6818c9 commit 74c65fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion physionet-django/user/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ def __init__(self, user, *args, **kwargs):
super(AddEventForm, self).__init__(*args, **kwargs)

def save(self):
breakpoint()
Event.objects.create(title=self.cleaned_data['title'],
category=self.cleaned_data['category'],
host=self.host,
Expand Down

0 comments on commit 74c65fe

Please sign in to comment.