diff --git a/ippisite/ippidb/forms.py b/ippisite/ippidb/forms.py
index 594053080a44f55eee8300ffa3031aef1d67d3cd..fc4df4cfc2358a924b63f0d9f2a35f3fb05287eb 100644
--- a/ippisite/ippidb/forms.py
+++ b/ippisite/ippidb/forms.py
@@ -424,7 +424,6 @@ class ComplexCompositionBaseFormSet(forms.BaseFormSet):
             if form.cleaned_data.get("DELETE", False):
                 continue
             complex_type_dict.add(form.cleaned_data.get("complex_type"))
-        print("test ",len(complex_type_dict))
         if self.has_bound and self.has_partner and len(complex_type_dict) < 2:
             self._non_form_errors.append(
                 _("You need at least one bound and one partner")