From b283ed34b4ad6151be2e3c6412e2a954a4a284fa Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 22 Jul 2025 12:08:28 -0500 Subject: [PATCH] docs: remove duplicate Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Routing/Extensions.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Routing/Extensions.cs b/src/PepperDash.Essentials.Core/Routing/Extensions.cs index 6da9d32b..17f1e50d 100644 --- a/src/PepperDash.Essentials.Core/Routing/Extensions.cs +++ b/src/PepperDash.Essentials.Core/Routing/Extensions.cs @@ -47,12 +47,9 @@ namespace PepperDash.Essentials.Core } /// - /// 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. /// /// destination to clear - /// - /// ReleaseRoute method - /// public static void ReleaseRoute(this IRoutingInputs destination) { routeRequestQueue.Enqueue(new ReleaseRouteQueueItem(ReleaseRouteInternal, destination, string.Empty, false));