From 3ffad13abf6313743d06e158b7d93c2c97923400 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 22 Jul 2025 11:30:04 -0500 Subject: [PATCH] docs: remove duplicate Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Routing/RoutingInputPort.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Routing/RoutingInputPort.cs b/src/PepperDash.Essentials.Core/Routing/RoutingInputPort.cs index 29559829..08876121 100644 --- a/src/PepperDash.Essentials.Core/Routing/RoutingInputPort.cs +++ b/src/PepperDash.Essentials.Core/Routing/RoutingInputPort.cs @@ -45,9 +45,6 @@ namespace PepperDash.Essentials.Core /// Returns a string representation of the input port. /// /// A string in the format "ParentDeviceKey|PortKey|SignalType|ConnectionType". - /// - /// ToString method - /// /// public override string ToString() {