diff --git a/ippisite/ippidb/forms.py b/ippisite/ippidb/forms.py index fff3414d77c4cbab84fc6f9c59ca1bef75197604..019831c49ab92933273771ad29cf285c9d38024e 100644 --- a/ippisite/ippidb/forms.py +++ b/ippisite/ippidb/forms.py @@ -414,7 +414,6 @@ class CompoundForm(ModelForm): .values_list('id', flat=True)[0] except Exception: pass - print(self.cleaned_data) def save(self, commit=True, bibliography=None):