Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Oct 8, 2024
1 parent 9559379 commit 4aae1fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chanjo2/endpoints/overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ async def gene_overview(
get_gene_overview_coverage_stats(form_data=validated_form, session=db)
)

print(gene_overview_content)

return templates.TemplateResponse(
request=request, name="gene-overview.html", context=gene_overview_content
)
Expand Down

0 comments on commit 4aae1fd

Please sign in to comment.