diff options
Diffstat (limited to 'chimere/forms.py')
| -rw-r--r-- | chimere/forms.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/chimere/forms.py b/chimere/forms.py index f49a903..20171df 100644 --- a/chimere/forms.py +++ b/chimere/forms.py @@ -163,8 +163,6 @@ class MarkerAdminFormBase(forms.ModelForm):              if not pm.mandatory or self.cleaned_data[pm.getNamedId()]:                  continue              pm_cats = pm.subcategories.all() -            print self.cleaned_data['categories'] -            print pm_cats              if not pm_cats or \                 [submited_cat for submited_cat in self.cleaned_data['categories']                               if submited_cat in pm_cats]: | 
