Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Dec 1, 2023
1 parent 93d4530 commit dc0ee6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/biotite/application/sra/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ def evaluate(self):
# For entries with multiple reads per spot
glob.glob(self._prefix + "_*.fastq")
)
print(self._prefix)
print(self._file_names)
# Only load FASTQ files into memory when needed
self._fastq_files = None

Expand Down

0 comments on commit dc0ee6b

Please sign in to comment.