From 53ea44f6ab8523b4ed717db6ffae8d87f37f1fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Fri, 16 Jun 2017 10:24:42 +0200 Subject: [PATCH] remove debug print Former-commit-id: 09fdc261b15dc7d6c05dcd811ee28de9f6bd1226 --- ippisite/ippidb/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ippisite/ippidb/models.py b/ippisite/ippidb/models.py index 1a683e63..0dfff6bb 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: -- GitLab