From 492d8f820313bfdecba4e3e1ae8a7f413fba1149 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Mon, 18 Nov 2019 14:41:35 -0700 Subject: [PATCH] Removed reference to inputCard.NameFeedback.StringValue from debug statement --- .../Essentials_DM/Chassis/DmpsRoutingController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/essentials-framework/Essentials DM/Essentials_DM/Chassis/DmpsRoutingController.cs b/essentials-framework/Essentials DM/Essentials_DM/Chassis/DmpsRoutingController.cs index c3a5f431..fbaadfa2 100644 --- a/essentials-framework/Essentials DM/Essentials_DM/Chassis/DmpsRoutingController.cs +++ b/essentials-framework/Essentials DM/Essentials_DM/Chassis/DmpsRoutingController.cs @@ -237,7 +237,7 @@ namespace PepperDash.Essentials.DM } else { - Debug.Console(2, this, "Input Card {0} Name is null", inputCard.Number, inputCard.NameFeedback.StringValue); + Debug.Console(2, this, "Input Card {0} Name is null", inputCard.Number); return ""; } });