diff --git a/app/main/forms.py b/app/main/forms.py index 8ac5837a4..441bc4d47 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -270,10 +270,6 @@ class SMSTemplateForm(Form): NoCommasInPlaceHolders() ] ) - # process_type = SelectField(u'Use priority queue?', choices=[('normal', 'no'), - # ('priority', 'yes')], - # default='normal') - process_type = RadioField( 'Use priority queue?', choices=[