Removed reference to inputCard.NameFeedback.StringValue from debug statement

This commit is contained in:
Neil Dorin
2019-11-18 14:41:35 -07:00
parent dd7408dbf1
commit 492d8f8203

View File

@@ -237,7 +237,7 @@ namespace PepperDash.Essentials.DM
} }
else 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 ""; return "";
} }
}); });