mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +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
|
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 "";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue