Skip to content

Commit

Permalink
Removed ToString() from analyte type as it was never used
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic Bollis committed Nov 14, 2024
1 parent 36cb4e3 commit 135d908
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions MetaMorpheus/EngineLayer/AnalyteType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ internal class AnalyteTypeData(string spectralMatchLabel, string uniqueFormLabel
/// Gets or sets the label for grouped forms (e.g. Protein).
/// </summary>
internal string BioPolymerLabel { get; init; } = bioPolymerLabel;

/// <summary>
/// Returns the string representation of the AnalyteType.
/// This is used to determine the output format of the AnalyteType.
/// </summary>
/// <returns>The unique form label.</returns>
public override string ToString()
{
return UniqueFormLabel;
}
}
}

0 comments on commit 135d908

Please sign in to comment.