Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Mar 14, 2024
1 parent 04841c3 commit 04e78b4
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 @@ -649,7 +649,6 @@ def to_gpad_2_0_tsv(self) -> List:
gp_isoforms = self.subject_extensions[0].term
if gp_isoforms:
self.subject.id = gp_isoforms
print("after conversion", self.subject.id)

return [
str(self.subject.id),
Expand Down

0 comments on commit 04e78b4

Please sign in to comment.