Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWellie committed Feb 12, 2025
1 parent 59a0e46 commit 902089f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/talos/moi_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,6 @@ def run(
list[ReportVariant]: data object if RecessiveAutosomal fits
"""

if principal.coordinates.pos == 71652747:
print('waiting')

if comp_het is None:
comp_het = {}

Expand All @@ -461,7 +458,6 @@ def run(

# if hets are present, try and find support
for sample_id in principal.het_samples:
print(sample_id)
# skip primary analysis for unaffected members
# this sample must be categorised - check Cat 4 contents
if (
Expand Down

0 comments on commit 902089f

Please sign in to comment.