Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Sep 27, 2024
1 parent 4496c85 commit cb4140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustyms/src/modification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl SimpleModification {
sequence_index: SequencePosition,
peptide_index: usize,
) -> MolecularFormula {
match dbg!(self) {
match self {
Self::Mass(m)
| Self::Gno {
composition: GnoComposition::Weight(m),
Expand Down

0 comments on commit cb4140b

Please sign in to comment.