Skip to content

Commit

Permalink
trailing println removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Schmid-Siegert committed Nov 28, 2024
1 parent 76fc5c9 commit 25c4fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/hts_lib_based.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ pub fn vcf_parsing_tree(
panic!("ERROR: end {} exceeds length {}", end2, chr2_length);
};

println!("start2: {}, end2: {}", st2, end2);
debug!("start2: {}, end2: {}", st2, end2);

// populate simple comparison structure
if ignore_dir {
Expand Down

0 comments on commit 25c4fd5

Please sign in to comment.