Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Jun 19, 2024
1 parent aa6ac01 commit 7eb070a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sa-index/src/peptide_search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ pub fn search_proteins_for_peptide<'a>(
}
SearchAllSuffixesResult::SearchResult(matched_suffixes) => matched_suffixes,
SearchAllSuffixesResult::NoMatches => {
eprintln!("No matches found for peptide: {}", peptide);
return None;
}
};
Expand Down

0 comments on commit 7eb070a

Please sign in to comment.