From d0c762325d152cd9117b81fe951f9761e5859bc7 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Thu, 19 Jan 2017 09:50:27 +0000 Subject: [PATCH] remove comment --- app/main/forms.py | 4 ---- 1 file changed, 4 deletions(-) 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=[