Skip to content

Commit

Permalink
small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
klaricch committed Feb 13, 2025
1 parent c41e810 commit 8168884
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gnomad/assessment/validity_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def generic_field_check_loop(
:param function_name: Name of the function that initiated this check. The name will be appended to the logger output.
:return: None
"""
# logger.info(f"First function in stack: {first_function}") # Log the first caller

ht_field_check_counts = ht.aggregate(
hl.struct(**{k: v["agg_func"](v["expr"]) for k, v in field_check_expr.items()})
)
Expand Down

0 comments on commit 8168884

Please sign in to comment.