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}";