Clean up some useless prints

This commit is contained in:
Skia
2016-09-26 11:16:14 +02:00
parent 7a2985b186
commit 37072e1640
2 changed files with 0 additions and 2 deletions

View File

@ -221,7 +221,6 @@ class OperationForm(forms.ModelForm):
def clean(self):
self.cleaned_data = super(OperationForm, self).clean()
print(self.errors)
if self.cleaned_data['target_type'] == "USER":
self.cleaned_data['target_id'] = self.cleaned_data['user'].id
elif self.cleaned_data['target_type'] == "ACCOUNT":