Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
y9c authored and andrewdavidsmith committed Aug 13, 2023
1 parent b5ed049 commit 8a6a4bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/StreamReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ get_tile_split_position(FalcoConfig &config) {
const auto lim(end(first_line));
for (auto itr(begin(first_line)); itr != lim; ++itr) {
num_colon += (*itr == ':');
std::cout << config.is_fastq_gz << std::endl;
}
}

Expand Down

0 comments on commit 8a6a4bb

Please sign in to comment.