Skip to content
Snippets Groups Projects

Remove pdb

Merged Ghost User requested to merge fix/pdb into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -240,8 +240,6 @@ def registration(request, event_id, action=None):
obj.save()
form_field_values = form.field_values()
for field in form_field_values:
import pdb
pdb.set_trace()
if (field['field'].type ==
RegistrationInformationField.INTEGER_FIELD
and field['value'] is None):
Loading