Skip to content

Commit

Permalink
fix: remove errant dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
theJasonFan committed Apr 25, 2024
1 parent 6f56eb1 commit df885be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/samples.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ mod tests {
let samples_metadata = SampleGroup::from_file(&f1).unwrap();

assert!(samples_metadata.samples[0].sample_id == "sample1");
dbg!(samples_metadata.samples[0].ordinal);
assert!(samples_metadata.samples[1].sample_id == "sample2");
assert!(samples_metadata.samples[0].barcode == "GATTACA");
assert!(samples_metadata.samples[1].barcode == "CATGCTA");
Expand Down

0 comments on commit df885be

Please sign in to comment.