Skip to content

Commit

Permalink
Removed spurious dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Sep 3, 2024
1 parent 9fa6eee commit eaee11e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rustyms/src/peptide/linear_peptide.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ impl<T> LinearPeptide<T> {
.sum::<MolecularFormula>()
})
.collect::<Multi<MolecularFormula>>();
dbg!(&all_ambiguous_options);
(formulas * all_ambiguous_options, seen)
}

Expand Down

0 comments on commit eaee11e

Please sign in to comment.