Skip to content

Commit

Permalink
Remove filename reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Mar 19, 2024
1 parent 0c51385 commit 649114c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bioino/gff.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ def to_csv(self,
delimiter=sep)
writer.writeheader()

print_err(f'Writing table to {file.name}...')
for gff_line in self.as_dict():

writer.writerow(gff_line)
Expand Down

0 comments on commit 649114c

Please sign in to comment.