From 18b16c34833d2856581ebb270044c8162251e4bb Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 14 Feb 2019 13:31:02 +0100
Subject: [PATCH] cleanup

---
 ippisite/ippidb/forms.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ippisite/ippidb/forms.py b/ippisite/ippidb/forms.py
index fff3414d..019831c4 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):
-- 
GitLab