mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Removed reference to inputCard.NameFeedback.StringValue from debug statement
This commit is contained in:
parent
dd7408dbf1
commit
492d8f8203
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "";
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue