docs: remove duplicate

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker
2025-07-22 11:13:21 -05:00
committed by GitHub
parent b8ab54cbe0
commit 4fbfda62d6

View File

@@ -70,9 +70,6 @@ namespace PepperDash.Essentials.Core
/// Returns a string representation of the route request.
/// </summary>
/// <returns>A string describing the source and destination of the route request.</returns>
/// <summary>
/// ToString method
/// </summary>
public override string ToString()
{
return $"Route {Source?.Key ?? "No Source Device"}:{SourcePort?.Key ?? "auto"} to {Destination?.Key ?? "No Destination Device"}:{DestinationPort?.Key ?? "auto"}";