docs: remove duplicate

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker 2025-07-22 11:12:38 -05:00 committed by GitHub
parent 41fd4d6adc
commit f6f1619bc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,10 +56,6 @@ namespace PepperDash.Essentials.Core
/// Returns a string representation of the output port.
/// </summary>
/// <returns>A string in the format "ParentDeviceKey|PortKey|SignalType|ConnectionType".</returns>
/// <summary>
/// ToString method
/// </summary>
/// <inheritdoc />
public override string ToString()
{
return $"{ParentDevice.Key}|{Key}|{Type}|{ConnectionType}";