Clean up some useless prints

This commit is contained in:
Skia
2016-08-20 22:15:54 +02:00
parent dbf0653baf
commit 7797f87dd0
4 changed files with 2 additions and 5 deletions

View File

@ -42,7 +42,6 @@ class SubscriptionForm(forms.ModelForm):
def clean(self):
cleaned_data = super(SubscriptionForm, self).clean()
print(cleaned_data)
if (cleaned_data.get("member") is None
and "last_name" not in self.errors.as_data()
and "first_name" not in self.errors.as_data()