Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
elewis2 committed Dec 28, 2023
1 parent 5ffa63a commit 37b7247
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions graphkb/genes.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@ def get_preferred_gene_name(
genes = source_filtered_genes

gene_names = [g["displayName"] for g in genes if g]
if 'ENS' in gene_name:
import pdb

pdb.set_trace()
if len(gene_names) > 1:
logger.error(
f"Multiple gene names found for: {gene_name} - using {gene_names[0]}, ignoring {gene_names[1:]}"
Expand Down

0 comments on commit 37b7247

Please sign in to comment.