Skip to content

Commit

Permalink
changed log.warn to log.trace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChemMitch committed Feb 1, 2024
1 parent fae4b7b commit 27414bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public static MolecularWeightAndFormulaContribution generateProteinWeightAndForm
total, makeFormulaFromMap(formulaCounts), disulfideContribution));
total -= disulfideContribution;
int numberOfHydrogensToRemove = getNumberOfHydrogensToRemoveForDisulfides(ps.protein);
log.warn("numberOfHydrogensToRemove: {}", numberOfHydrogensToRemove);
log.trace("numberOfHydrogensToRemove: {}", numberOfHydrogensToRemove);
Map<String, SingleThreadCounter> formulaMapWithContrib[] =new Map[1];
formulaMapWithContrib[0]=formulaCounts;
if (ps.hasModifications() && ps.modifications.structuralModifications.size() > 0) {
Expand Down

0 comments on commit 27414bc

Please sign in to comment.