docs: remove duplicate

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

View file

@ -47,12 +47,9 @@ namespace PepperDash.Essentials.Core
}
/// <summary>
/// Will release the existing route to the destination, if a route is found. This does not CLEAR the route, only stop counting usage time on any output ports that have a usage tracker set
/// Will release the existing route to the destination, if a route is found. This does not CLEAR the route, only stop counting usage time on any output ports that have a usage tracker set.
/// </summary>
/// <param name="destination">destination to clear</param>
/// <summary>
/// ReleaseRoute method
/// </summary>
public static void ReleaseRoute(this IRoutingInputs destination)
{
routeRequestQueue.Enqueue(new ReleaseRouteQueueItem(ReleaseRouteInternal, destination, string.Empty, false));