Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Mar 14, 2024
1 parent b347f61 commit 04841c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ontobio/model/association.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ def to_gpad_2_0_tsv(self) -> List:

props_list = ["{key}={value}".format(key=key, value=value) for key, value in self.properties]
gp_isoforms = None
print("before conversion", self.subject.id)
if self.subject_extensions:
gp_isoforms = self.subject_extensions[0].term
if gp_isoforms:
Expand Down

0 comments on commit 04841c3

Please sign in to comment.