Skip to content
Snippets Groups Projects
Commit 53ea44f6 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

remove debug print

Former-commit-id: 09fdc261b15dc7d6c05dcd811ee28de9f6bd1226
parent 7a90f0c2
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment