Skip to content

Commit

Permalink
Remove log message
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpenel committed May 15, 2024
1 parent 7852b58 commit a4d708b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/drawing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ pub fn draw_sptree_gntrees (

if options.gene_colors.len() > 0 {
let _idx_user_color = &idx_rcgen % options.gene_colors.len();
println!("DEBUG {:?} {}",options.gene_colors,_idx_user_color);
gene_color = options.gene_colors[_idx_user_color].clone();
}

Expand Down

0 comments on commit a4d708b

Please sign in to comment.