Skip to content

Commit

Permalink
Remove debugging logging
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Aug 26, 2024
1 parent f5096bb commit 4a6c524
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions genes/hgvs/hgvs_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ def factory(genome_build: GenomeBuild, hgvs_converter_type: Optional[HGVSConvert
if isinstance(hgvs_converter_type, str):
hgvs_converter_type = HGVSConverterType[hgvs_converter_type.upper()]

logging.debug("Using HGVSConverter = %s", hgvs_converter_type.name)

if hgvs_converter_type == HGVSConverterType.BIOCOMMONS_HGVS:
return BioCommonsHGVSConverter(genome_build, local_resolution=local_resolution, clingen_resolution=clingen_resolution)
elif hgvs_converter_type == HGVSConverterType.PYHGVS:
Expand Down

0 comments on commit 4a6c524

Please sign in to comment.