Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoli committed Aug 2, 2019
1 parent 4d10c74 commit 69b50e1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2,760 deletions.
2 changes: 1 addition & 1 deletion src/CBModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -5080,7 +5080,7 @@ def createAssociationAndGeneRefsFromTree(self, gprtree, altlabels=None):
else:
#print('createAssociationAndGeneRefs', gid, label)
if gid is None or gid is 'None':
print(self.getTree(), genes, gid, label)
#print(self.getTree(), genes, gid, label)
continue
self.__objref__().addGene(Gene(gid, label, active=True))
self.addGeneref(gid)
Expand Down
Loading

0 comments on commit 69b50e1

Please sign in to comment.