From f6f1619bc22949c04f71cf73bb49d2927d3426df Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 22 Jul 2025 11:12:38 -0500 Subject: [PATCH] docs: remove duplicate Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Routing/RoutingOutputPort.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Routing/RoutingOutputPort.cs b/src/PepperDash.Essentials.Core/Routing/RoutingOutputPort.cs index 336e6ea9..c1cadfb1 100644 --- a/src/PepperDash.Essentials.Core/Routing/RoutingOutputPort.cs +++ b/src/PepperDash.Essentials.Core/Routing/RoutingOutputPort.cs @@ -56,10 +56,6 @@ namespace PepperDash.Essentials.Core /// Returns a string representation of the output port. /// /// A string in the format "ParentDeviceKey|PortKey|SignalType|ConnectionType". - /// - /// ToString method - /// - /// public override string ToString() { return $"{ParentDevice.Key}|{Key}|{Type}|{ConnectionType}";