Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiernan committed Jan 16, 2025
1 parent 172893e commit 8197412
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def add_gene_entries(gtf_file):
for line in f:
if not line.startswith("#"):
print(line.strip())
print("Writing gene entries")
for entry in gene_entries:
print(entry)

Expand Down

0 comments on commit 8197412

Please sign in to comment.