diff --git a/ippisite/ippidb/models.py b/ippisite/ippidb/models.py
index 1a683e636d68d4a0e0b83f510062cbf5121847b1..0dfff6bbaab74bca4c3c52646623a12298f17883 100644
--- a/ippisite/ippidb/models.py
+++ b/ippisite/ippidb/models.py
@@ -109,7 +109,6 @@ class Protein(AutoFillableModel):
             taxonomy.taxonomy_id = info['organism']
             taxonomy.save(autofill=True)
         self.organism = taxonomy
-        print(self, self.gene_name)
         super(Protein, self).save()
         for go_id in info['molecular_functions']:
             try: